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)(/.+)$;