aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2014-01-21 08:51:21 +0100
committermarijus <mario@localhost.localdomain>2014-01-21 08:51:21 +0100
commit19b6ed68c164564cb6b20249eb018684d4ce44f6 (patch)
treea67ef37d4618510087c7bb3cdbc759dbf93d12e2 /doc
parent8c4f7216ed04263b5c55b401109390ff5ee2d92c (diff)
downloadvolse-hubzilla-19b6ed68c164564cb6b20249eb018684d4ce44f6.tar.gz
volse-hubzilla-19b6ed68c164564cb6b20249eb018684d4ce44f6.tar.bz2
volse-hubzilla-19b6ed68c164564cb6b20249eb018684d4ce44f6.zip
lighttpd sample conf update
Diffstat (limited to 'doc')
-rw-r--r--doc/install/sample-lighttpd.conf2
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 = ("")
}