mirror of
https://github.com/YunoHost-Apps/bozon_ynh.git
synced 2024-09-03 18:16:09 +02:00
parent
ad844bf674
commit
4f53b29563
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ location YNH_EXAMPLE_PATH {
|
||||||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ (uploads|private|thumbs) {
|
location ~ (uploads|private|thumbs)(?!/temp) {
|
||||||
deny all;
|
deny all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue