mirror of
https://github.com/YunoHost-Apps/cultivons_ynh.git
synced 2024-09-03 18:16:27 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
f140103232
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ location __PATH__/ {
|
|||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||
}
|
||||
|
||||
# Protection de certains repertoires
|
||||
location ~ /(db|logs|tmp|image)/ {
|
||||
deny all;
|
||||
}
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue