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

[fix] fixing #13

This commit is contained in:
matlink 2015-08-26 22:30:15 +02:00 committed by Moul
parent 467a79cac2
commit c1014462b8

View file

@ -13,7 +13,7 @@ location YNH_EXAMPLE_PATH {
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME $request_filename;
}
location YNH_EXAMPLE_PATH/data/images{
location YNH_EXAMPLE_PATH/data/medias{
allow all;
}
location YNH_EXAMPLE_PATH/data {