From cd0b8927c5b14c6667899c30efc05833cd688383 Mon Sep 17 00:00:00 2001 From: ProtoFoo Date: Tue, 21 Feb 2017 22:22:03 +0100 Subject: [PATCH] Removed a line that did nothing. --- advanced/lighttpd.conf.debian | 1 - 1 file changed, 1 deletion(-) diff --git a/advanced/lighttpd.conf.debian b/advanced/lighttpd.conf.debian index 9e554242..334016d4 100644 --- a/advanced/lighttpd.conf.debian +++ b/advanced/lighttpd.conf.debian @@ -73,7 +73,6 @@ $HTTP["url"] =~ "^(?!/admin)/.*" { # Entering just "pi.hole" into a browser redirects to "pi.hole/admin/" $HTTP["host"] == "pi.hole" { $HTTP["url"] == "/" { - setenv.add-response-header = ( "X-Pi-hole" => "Redirecting pi.hole to /admin/." ) url.redirect = ( "" => "/admin/" ) } }