1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bozon_ynh.git synced 2024-09-03 18:16:09 +02:00
This commit is contained in:
ewilly 2016-04-24 17:17:44 +02:00
parent 9c2ea53383
commit b5fd13d1ee

View file

@ -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;
}