1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yellow_ynh.git synced 2024-09-03 20:36:12 +02:00

Update nginx.conf

This commit is contained in:
frju365 2017-02-01 20:18:27 +01:00 committed by GitHub
parent b538d57335
commit a79b06cd07

View file

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