1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bozon_ynh.git synced 2024-09-03 18:16:09 +02:00

Merge pull request #12 from ewilly/ewilly-patch-1

Fix  #11
This commit is contained in:
ewilly 2016-04-22 17:18:30 +02:00
commit 9c2ea53383

View file

@ -19,7 +19,7 @@ location YNH_EXAMPLE_PATH {
fastcgi_param SCRIPT_FILENAME $request_filename;
}
location ~ (uploads|private|thumbs) {
location ~ (uploads|private|thumbs)(?!/temp) {
deny all;
}