This commit is contained in:
2023-06-17 13:17:46 -05:00
parent a3e6800d80
commit 3bb696ecb8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='4.7.110-06172023'
VERS='4.7.113-06172023'
# NODETYPES=WEB
NODETYPES=LB,LPD,MM,MYSQL,NC,PW,WPD,WM,WEB

View File

@@ -316,7 +316,7 @@ NEWSITE(){
NGINX_SERVERNAME=${NEW_SITE}
fi
nginxconfig=/etc/nginx/sites-enabled/${MAIN_SITE}
nginxconfig=/etc/nginx/sites-enabled/${MAIN_SITE}.conf
if [ "${SITE_TYPE}" = "proxy" ]; then
if [ ! -z ${PROXYSCHEME+x} ] && [ ! -z ${PROXYHOST+x} ] && [ ! -z ${PROXYPORT+x} ]; then GO=true; fi