Update sites.inc

This commit is contained in:
2023-11-11 18:51:03 -06:00
parent 647cc160b1
commit da6d9d518e

View File

@@ -520,7 +520,6 @@ NEWPROXYSITE_CREATE(){
echo -e "\n${idsCL[LightCyan]}Updating SSL Cert for hostname changes, select to 'Update' when prompted:"
NEWCERT ${SERVERNAMES}
echo -e "${idsCL[LightGreen]}Done${idsCL[Default]}\n"
else
fi
sed -i "/set \$forward_scheme/d" ${nginxconfig}; sed -i "/server {/a\\\tset \$forward_scheme ${PROXYSCHEME};" ${nginxconfig}