1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pluxml_ynh.git synced 2024-09-03 20:16:02 +02:00

[upd] added line to be conform to new yuno update

This commit is contained in:
matlink 2015-07-04 15:04:51 +02:00 committed by Moul
parent 1828ca9abc
commit bbdb6c0306

View file

@ -11,6 +11,7 @@ location YNH_EXAMPLE_PATH {
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;
} }
location YNH_EXAMPLE_PATH/data/images{ location YNH_EXAMPLE_PATH/data/images{
allow all; allow all;