1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bozon_ynh.git synced 2024-09-03 18:16:09 +02:00
#11
This commit is contained in:
ewilly 2016-04-22 15:37:12 +02:00
parent ad844bf674
commit 4f53b29563

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