This commit is contained in:
2023-07-20 20:44:57 -05:00
parent 50f3049257
commit 4fe482276a
4 changed files with 6 additions and 8 deletions

View File

@@ -423,6 +423,7 @@ NEWSITE(){
sed -i "s/<<HSTS>>/${HSTS}/g" ${nginxconfig}
sed -i "s/<<EXPLOITS>>/${EXPLOITS}/g" ${nginxconfig}
sed -i "s/<<SECURE>>/${SECURE}/g" ${nginxconfig}
sed -i "s/<<NM_CERTPATH>>/${NM_CERTPATH}/g" ${nginxconfig}
fi
if [ "${CREATE_SSL}" = "yes" ]; then