From a79b06cd07972a632e8a5aab0cb5a70f85c68012 Mon Sep 17 00:00:00 2001 From: frju365 Date: Wed, 1 Feb 2017 20:18:27 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 1659038..256e5cd 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,7 +1,6 @@ location ^~ YNH_WWW_PATH { alias YNH_WWW_ALIASwww/ ; - try_files $uri $uri/ /YNH_WWW_APP/index.php?$query_string; - index /YNH_WWW_APP/index.php; + index /YNH_WWW_APP/yellow.php; location ~* \.php$ { fastcgi_split_path_info ^(.+\.php)(/.+)$;