Update sites.inc

This commit is contained in:
2023-11-11 13:52:20 -06:00
parent ed76907a66
commit bc799e582b

View File

@@ -480,7 +480,7 @@ NEWPROXYSITE_CREATE(){
SECURE=${8}
if [[ ${SITENAME} == *","* ]]; then
IFS=','; ${SITENAMES}=(${SITENAME}); unset IFS
IFS=','; SITENAMES=(${SITENAME}); unset IFS
MAIN_SITE=${SITENAMES[0]}
NGINX_SERVERNAME=${SITENAMES//[,]/ }
else