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
6a558b0cfb
commit
787c37e62d
1 changed files with 0 additions and 2 deletions
|
@ -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$ {
|
||||
|
|
Loading…
Reference in a new issue