From e262de9b2ddb48d618f45a1b28619b068f76ebac Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 27 Jan 2019 18:05:46 +0100 Subject: update nginx and lighttpd sample server configs to explicit dissalow access to util --- install/sample-lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/sample-lighttpd.conf') diff --git a/install/sample-lighttpd.conf b/install/sample-lighttpd.conf index db26c3b64..b65d86645 100644 --- a/install/sample-lighttpd.conf +++ b/install/sample-lighttpd.conf @@ -79,7 +79,7 @@ $HTTP["url"] =~ "\.(out|log|htaccess)$" { url.access-deny = ("") } -$HTTP["url"] =~ "(^|/)\.git|(^|/)store" { +$HTTP["url"] =~ "(^|/)\.git|(^|/)store|(^|/)util" { url.access-deny = ("") } -- cgit v1.2.3