From 8ad74679c973f810c957d378830070309cf2fbb2 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Wed, 5 Dec 2018 11:46:43 +0100 Subject: [PATCH] Update 'NGINX-Installer.sh' --- NGINX-Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NGINX-Installer.sh b/NGINX-Installer.sh index c05495a..c155abd 100644 --- a/NGINX-Installer.sh +++ b/NGINX-Installer.sh @@ -62,7 +62,7 @@ server { location / { #try_files \$uri \$uri/ =404; #try_files \$uri \$uri/ /index.php\$is_args\$args; - try_files $uri $uri/ $uri.html $uri.php$is_args$query_string; + try_files \$uri \$uri/ \$uri.html \$uri.php\$is_args\$query_string; } location = /favicon.ico { log_not_found off; access_log off; }