lighttpd sample conf update

This commit is contained in:
marijus 2014-01-21 08:51:21 +01:00
parent 8c4f7216ed
commit 19b6ed68c1

View file

@ -74,7 +74,7 @@ $HTTP["url"] =~ "\.(out|log|htaccess)$" {
url.access-deny = ("")
}
$HTTP["url"] =~ "(^|/)\.git" {
$HTTP["url"] =~ "(^|/)\.git|(^|/)store" {
url.access-deny = ("")
}