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:
parent
39d048bc80
commit
8a9651582f
1 changed files with 1 additions and 0 deletions
|
@ -27,5 +27,6 @@ location ^~ YNH_WWW_PATH {
|
||||||
fastcgi_pass 127.0.0.1:9000;
|
fastcgi_pass 127.0.0.1:9000;
|
||||||
fastcgi_index yellow.php;
|
fastcgi_index yellow.php;
|
||||||
include fastcgi_params;
|
include fastcgi_params;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue