mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
[fix] Compatibilty with nginx 1.6
This commit is contained in:
parent
97d5929646
commit
0acb29eb7b
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue