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