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

@@ -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