From 8c4f7216ed04263b5c55b401109390ff5ee2d92c Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 21 Jan 2014 05:51:54 +0000 Subject: Nginx conf update --- doc/install/sample-nginx.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/install') diff --git a/doc/install/sample-nginx.conf b/doc/install/sample-nginx.conf index 396e39fb8..cd12d8dea 100644 --- a/doc/install/sample-nginx.conf +++ b/doc/install/sample-nginx.conf @@ -124,4 +124,12 @@ server { location ~ /\. { deny all; } + +#deny access to store + + location ~ /store { + deny all; + } + + } -- cgit v1.2.3