From 2df5bfebad74fa53a462308da8b45419d2c6b61b Mon Sep 17 00:00:00 2001 From: Yalh Date: Sun, 27 Jan 2019 21:14:51 +0100 Subject: [PATCH] fix nginx --- conf/nginx.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 848d727..a5de8c9 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -12,13 +12,7 @@ location __PATH__/ { location ^~ __PATH__/data { deny all; } - location ^~ /data { - deny all; - } - location ^~ /pgpback/keys { - deny all; - } location ^~ __PATH__/pgpback/keys { deny all; }