aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2014-01-21 05:51:54 +0000
committerThomas Willingham <founder@kakste.com>2014-01-21 05:51:54 +0000
commit8c4f7216ed04263b5c55b401109390ff5ee2d92c (patch)
treed89fbd578159717f35532579ba8f03957a917109 /doc
parent583be04583989cdb81dcbc6465f58272be10dc65 (diff)
downloadvolse-hubzilla-8c4f7216ed04263b5c55b401109390ff5ee2d92c.tar.gz
volse-hubzilla-8c4f7216ed04263b5c55b401109390ff5ee2d92c.tar.bz2
volse-hubzilla-8c4f7216ed04263b5c55b401109390ff5ee2d92c.zip
Nginx conf update
Diffstat (limited to 'doc')
-rw-r--r--doc/install/sample-nginx.conf8
1 files changed, 8 insertions, 0 deletions
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;
+ }
+
+
}