diff options
author | friendica <info@friendica.com> | 2014-01-21 00:20:30 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-21 00:20:30 -0800 |
commit | c07c53233666b1654b087ddb59a50384960d7a46 (patch) | |
tree | 4c471f03bd11c706bf0defcbae096ac95e06a17a /doc/install/sample-nginx.conf | |
parent | 8a5c7470104af34f838a889c429e27aa3143d40b (diff) | |
parent | bab20689cfa5c1f4f5980e393ec229aeadd7b483 (diff) | |
download | volse-hubzilla-c07c53233666b1654b087ddb59a50384960d7a46.tar.gz volse-hubzilla-c07c53233666b1654b087ddb59a50384960d7a46.tar.bz2 volse-hubzilla-c07c53233666b1654b087ddb59a50384960d7a46.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'doc/install/sample-nginx.conf')
-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; + } + + } |