update
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
VERS='4.7.110-06172023'
|
VERS='4.7.113-06172023'
|
||||||
|
|
||||||
# NODETYPES=WEB
|
# NODETYPES=WEB
|
||||||
NODETYPES=LB,LPD,MM,MYSQL,NC,PW,WPD,WM,WEB
|
NODETYPES=LB,LPD,MM,MYSQL,NC,PW,WPD,WM,WEB
|
||||||
|
|||||||
@@ -316,7 +316,7 @@ NEWSITE(){
|
|||||||
NGINX_SERVERNAME=${NEW_SITE}
|
NGINX_SERVERNAME=${NEW_SITE}
|
||||||
|
|
||||||
fi
|
fi
|
||||||
nginxconfig=/etc/nginx/sites-enabled/${MAIN_SITE}
|
nginxconfig=/etc/nginx/sites-enabled/${MAIN_SITE}.conf
|
||||||
|
|
||||||
if [ "${SITE_TYPE}" = "proxy" ]; then
|
if [ "${SITE_TYPE}" = "proxy" ]; then
|
||||||
if [ ! -z ${PROXYSCHEME+x} ] && [ ! -z ${PROXYHOST+x} ] && [ ! -z ${PROXYPORT+x} ]; then GO=true; fi
|
if [ ! -z ${PROXYSCHEME+x} ] && [ ! -z ${PROXYHOST+x} ] && [ ! -z ${PROXYPORT+x} ]; then GO=true; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user