From 28ee0b55c5fb4dabef28e2865c4c737cb9dd9878 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 1 Feb 2019 20:02:19 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 348fac74..b7bb4f9a 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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