Removed a line that did nothing.

pull/1265/head
ProtoFoo 7 years ago committed by GitHub
parent cd0b8927c5
commit fb6631d317

@ -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/" )
}
}

Loading…
Cancel
Save