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:21:20 +01:00 committed by GitHub
parent 6a558b0cfb
commit 787c37e62d

View file

@ -4,9 +4,7 @@ location ^~ YNH_WWW_PATH {
location ~* \.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index yellow.php;
include fastcgi_params;
}
location ~* \.html$ {