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; }