Merge pull request #277 from git-marijus/master

lighttpd sample conf update
This commit is contained in:
friendica 2014-01-20 23:52:37 -08:00
commit bab20689cf

View File

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