From 4f53b295636e45f66daacae3a5567adff1fa2fe4 Mon Sep 17 00:00:00 2001 From: ewilly Date: Fri, 22 Apr 2016 15:37:12 +0200 Subject: [PATCH] Fix #11 #11 --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 34da5a8..57e2ab3 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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; }