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:11:07 +01:00 committed by GitHub
parent d8637dcae1
commit cbbeb29334

View file

@ -6,7 +6,6 @@ location ^~ YNH_WWW_PATH {
location ~* \.php$ {
fastcgi_split_path_info ^(.+.php)(/.+)$;
fastcgi_pass 127.0.0.1:9000;
fastcgi_pass unix:/var/run/php5-fpm-YNH_WWW_APP.sock;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param HTTP_PROXY ""; # Fix for https://httpoxy.org/ vulnerability
@ -43,6 +42,4 @@ location ^~ YNH_WWW_PATH {
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}
}