From d2f0d1128dbf5f72d1398e577dc0cdcd62725fd1 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Fri, 5 Apr 2019 21:43:23 +0200 Subject: [PATCH] Update 'Extra_Domains/NGINX_Domain.sh' --- Extra_Domains/NGINX_Domain.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Extra_Domains/NGINX_Domain.sh b/Extra_Domains/NGINX_Domain.sh index 3917a00..46ae8da 100644 --- a/Extra_Domains/NGINX_Domain.sh +++ b/Extra_Domains/NGINX_Domain.sh @@ -43,8 +43,8 @@ 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/ /index.php\$is_args\$args; + #try_files \$uri \$uri/ \$uri.html \$uri.php\$is_args\$query_string; } location = /favicon.ico { log_not_found off; access_log off; }