1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minchat_ynh.git synced 2024-09-03 19:36:29 +02:00

Fix nginx config with new yunohost version

This commit is contained in:
chtixof 2015-05-12 22:19:07 +02:00
parent e2eec9cb2f
commit d044ba6157

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;
}
# Do not include SSOWAT user panel.