Revert "redirect pi.hole to pi.hole/admin"

This commit is contained in:
Adam Warner 2017-02-19 20:12:32 +00:00 committed by GitHub
parent 543f1243e2
commit a7def771c8
2 changed files with 0 additions and 10 deletions

View File

@ -70,10 +70,5 @@ $HTTP["url"] =~ "^(?!/admin)/.*" {
setenv.add-response-header = ( "X-Pi-hole" => "A black hole for Internet advertisements." )
}
$HTTP["host"] =~ "pi.hole$" {
setenv.add-response-header = ( "X-Pi-hole" => "Redirecting pi.hole to /admin." )
url.rewrite = ( "^(.*)" => "/admin$1" )
}
# Add user chosen options held in external file
include_shell "cat external.conf 2>/dev/null"

View File

@ -87,10 +87,5 @@ $HTTP["url"] =~ "^(?!/admin)/.*" {
setenv.add-response-header = ( "X-Pi-hole" => "A black hole for Internet advertisements." )
}
$HTTP["host"] =~ "pi.hole$" {
setenv.add-response-header = ( "X-Pi-hole" => "Redirecting pi.hole to /admin." )
url.rewrite = ( "^(.*)" => "/admin$1" )
}
# Add user chosen options held in external file
include_shell "cat external.conf 2>/dev/null"