From fb6631d317bbf8af8d470d495679958dea6a1c69 Mon Sep 17 00:00:00 2001 From: ProtoFoo Date: Tue, 21 Feb 2017 22:22:30 +0100 Subject: [PATCH] Removed a line that did nothing. --- advanced/lighttpd.conf.fedora | 1 - 1 file changed, 1 deletion(-) diff --git a/advanced/lighttpd.conf.fedora b/advanced/lighttpd.conf.fedora index d7bc823f..752d4446 100644 --- a/advanced/lighttpd.conf.fedora +++ b/advanced/lighttpd.conf.fedora @@ -90,7 +90,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/" ) } }