Update nodemgmt-scripts.sh

This commit is contained in:
2023-04-25 12:08:13 -05:00
parent e90cd580d4
commit 253f81b169

View File

@@ -1486,7 +1486,7 @@ NEWSITE(){
######################################### PROXY
else
[ "${WEBSOCKET}" == "yes" ] && WEBSOCKET="include conf.d]\/include\/websocket-support.conf;" || WEBSOCKET=""
[ "${WEBSOCKET}" == "yes" ] && WEBSOCKET="include conf.d\/include\/websocket-support.conf;" || WEBSOCKET=""
[ "${HSTS}" == "yes" ] && HSTS="include conf.d\/include\/hsts-support.conf;" || HSTS=""
[ "${EXPLOITS}" == "yes" ] && EXPLOITS="include conf.d\/include\/block-exploits.conf;" || EXPLOITS=""