1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00

Merge pull request #5 from mbugeia/master

Fix nginx conf for new yunohost version
This commit is contained in:
Clément 2015-05-11 15:48:06 +02:00
commit d4153bff24

View file

@ -12,6 +12,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;
}