summarylogtreecommitdiffstats
path: root/lighttpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'lighttpd.conf')
-rw-r--r--lighttpd.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/lighttpd.conf b/lighttpd.conf
index 98d96fbe8e46..d84422d707e5 100644
--- a/lighttpd.conf
+++ b/lighttpd.conf
@@ -58,11 +58,5 @@ $HTTP["url"] =~ "^/admin/" {
$HTTP["url"] =~ "^(?!/admin)/.*" {
# Create a response header for debugging using curl -I
setenv.add-response-header = ( "X-Pi-hole" => "A black hole for Internet advertisements." )
-
- # Set the cache to 1 day for better performance
- expire.url = ("" => "access plus 1 days")
-
- # Send the query into the black hole
- url.rewrite = (".*" => "index.html" )
}