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
b538d57335
commit
a79b06cd07
1 changed files with 1 additions and 2 deletions
|
@ -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)(/.+)$;
|
||||
|
|
Loading…
Reference in a new issue