diff options
author | friendica <info@friendica.com> | 2014-01-20 23:52:37 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-20 23:52:37 -0800 |
commit | bab20689cfa5c1f4f5980e393ec229aeadd7b483 (patch) | |
tree | a67ef37d4618510087c7bb3cdbc759dbf93d12e2 | |
parent | 8c4f7216ed04263b5c55b401109390ff5ee2d92c (diff) | |
parent | 19b6ed68c164564cb6b20249eb018684d4ce44f6 (diff) | |
download | volse-hubzilla-bab20689cfa5c1f4f5980e393ec229aeadd7b483.tar.gz volse-hubzilla-bab20689cfa5c1f4f5980e393ec229aeadd7b483.tar.bz2 volse-hubzilla-bab20689cfa5c1f4f5980e393ec229aeadd7b483.zip |
Merge pull request #277 from git-marijus/master
lighttpd sample conf update
-rw-r--r-- | doc/install/sample-lighttpd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/sample-lighttpd.conf b/doc/install/sample-lighttpd.conf index 213719ac9..721fa25ea 100644 --- a/doc/install/sample-lighttpd.conf +++ b/doc/install/sample-lighttpd.conf @@ -74,7 +74,7 @@ $HTTP["url"] =~ "\.(out|log|htaccess)$" { url.access-deny = ("") } -$HTTP["url"] =~ "(^|/)\.git" { +$HTTP["url"] =~ "(^|/)\.git|(^|/)store" { url.access-deny = ("") } |