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