1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 14:58:08 +00:00

Removed a line that did nothing.

This commit is contained in:
ProtoFoo 2017-02-21 22:22:03 +01:00 committed by GitHub
parent 3fab34687c
commit cd0b8927c5

View File

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