diff options
author | Thomas Willingham <founder@kakste.com> | 2014-01-21 05:51:54 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-01-21 05:51:54 +0000 |
commit | 8c4f7216ed04263b5c55b401109390ff5ee2d92c (patch) | |
tree | d89fbd578159717f35532579ba8f03957a917109 /doc/install | |
parent | 583be04583989cdb81dcbc6465f58272be10dc65 (diff) | |
download | volse-hubzilla-8c4f7216ed04263b5c55b401109390ff5ee2d92c.tar.gz volse-hubzilla-8c4f7216ed04263b5c55b401109390ff5ee2d92c.tar.bz2 volse-hubzilla-8c4f7216ed04263b5c55b401109390ff5ee2d92c.zip |
Nginx conf update
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/sample-nginx.conf | 8 |
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; + } + + } |