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:
parent
467a79cac2
commit
c1014462b8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ location YNH_EXAMPLE_PATH {
|
||||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||||
}
|
}
|
||||||
location YNH_EXAMPLE_PATH/data/images{
|
location YNH_EXAMPLE_PATH/data/medias{
|
||||||
allow all;
|
allow all;
|
||||||
}
|
}
|
||||||
location YNH_EXAMPLE_PATH/data {
|
location YNH_EXAMPLE_PATH/data {
|
||||||
|
|
Loading…
Add table
Reference in a new issue