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

Merge pull request #11 from julienmalik/patch-2

[enh] Update nginx.conf (support of nginx 1.6)
This commit is contained in:
zamentur 2015-01-25 13:12:42 +01:00
commit 5f5caad34b

View file

@ -11,6 +11,7 @@ location PATHTOCHANGE {
include fastcgi_params;
fastcgi_param REMOTE_USER $remote_user;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME $request_filename;
fastcgi_param HTTPS on;
}
# Include SSOWAT user panel.