This commit is contained in:
2023-07-20 21:35:43 -05:00
parent 8486022a7b
commit 4fb6e56fe6
2 changed files with 2 additions and 2 deletions

View File

@@ -426,7 +426,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}
sed -i "s%<<NM_CERTPATH>>%${NM_CERTPATH}%g" ${nginxconfig}
fi
if [ "${CREATE_SSL}" = "yes" ]; then