diff options
author | marijus <mario@localhost.localdomain> | 2014-01-21 08:51:21 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2014-01-21 08:51:21 +0100 |
commit | 19b6ed68c164564cb6b20249eb018684d4ce44f6 (patch) | |
tree | a67ef37d4618510087c7bb3cdbc759dbf93d12e2 | |
parent | 8c4f7216ed04263b5c55b401109390ff5ee2d92c (diff) | |
download | volse-hubzilla-19b6ed68c164564cb6b20249eb018684d4ce44f6.tar.gz volse-hubzilla-19b6ed68c164564cb6b20249eb018684d4ce44f6.tar.bz2 volse-hubzilla-19b6ed68c164564cb6b20249eb018684d4ce44f6.zip |
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 = ("") } |