Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-01 20:02:19 -06:00
parent 11b207a123
commit 28ee0b55c5

View File

@@ -126,7 +126,7 @@ case "$1" in
index index.php;
location / {
try_files \$uri \$uri/ /index.php?\$query_string;"
try_files \$uri \$uri/ /index.php?\$query_string;" >> /etc/nginx/sites-available/${NEW_SITE}.conf
if [ "${CREATE_SSL}" = "true" ]; then
echo -e " include conf.d/include/force-ssl.conf;" >> /etc/nginx/sites-available/${NEW_SITE}.conf
fi