From 19b6ed68c164564cb6b20249eb018684d4ce44f6 Mon Sep 17 00:00:00 2001 From: marijus Date: Tue, 21 Jan 2014 08:51:21 +0100 Subject: lighttpd sample conf update --- doc/install/sample-lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/install/sample-lighttpd.conf') 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 = ("") } -- cgit v1.2.3