From 6d5934788612f545e1cf2c7a78823580eea1f4d4 Mon Sep 17 00:00:00 2001 From: scith Date: Sun, 18 Dec 2016 01:51:20 +0100 Subject: [PATCH] Fix --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index b21ed87..2427f20 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,7 +5,7 @@ location PATHTOCHANGE { rewrite ^ https://$server_name$request_uri? permanent; } - location ^~ PATHTOCHANGEapp/data { + location ^~ PATHTOCHANGE/app/data { deny all; }