1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2024-09-03 19:46:26 +02:00

Merge pull request #8 from julienmalik/patch-3

Update nginx.conf
This commit is contained in:
Le Kload 2015-02-01 03:22:03 +01:00
commit 80fd338682

View file

@ -9,6 +9,7 @@ location PATHTOCHANGE {
include fastcgi_params; include fastcgi_params;
fastcgi_param REMOTE_USER $remote_user; fastcgi_param REMOTE_USER $remote_user;
fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME $request_filename;
} }