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:47:45 +01:00 committed by GitHub
parent 39d048bc80
commit 8a9651582f

View file

@ -27,5 +27,6 @@ location ^~ YNH_WWW_PATH {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index yellow.php;
include fastcgi_params;
}
}