Merge pull request #277 from git-marijus/master
lighttpd sample conf update
This commit is contained in:
commit
bab20689cf
@ -74,7 +74,7 @@ $HTTP["url"] =~ "\.(out|log|htaccess)$" {
|
||||
url.access-deny = ("")
|
||||
}
|
||||
|
||||
$HTTP["url"] =~ "(^|/)\.git" {
|
||||
$HTTP["url"] =~ "(^|/)\.git|(^|/)store" {
|
||||
url.access-deny = ("")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user