mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Revert "redirect pi.hole to pi.hole/admin"
This commit is contained in:
parent
543f1243e2
commit
a7def771c8
2 changed files with 0 additions and 10 deletions
|
@ -70,10 +70,5 @@ $HTTP["url"] =~ "^(?!/admin)/.*" {
|
||||||
setenv.add-response-header = ( "X-Pi-hole" => "A black hole for Internet advertisements." )
|
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
|
# Add user chosen options held in external file
|
||||||
include_shell "cat external.conf 2>/dev/null"
|
include_shell "cat external.conf 2>/dev/null"
|
||||||
|
|
|
@ -87,10 +87,5 @@ $HTTP["url"] =~ "^(?!/admin)/.*" {
|
||||||
setenv.add-response-header = ( "X-Pi-hole" => "A black hole for Internet advertisements." )
|
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
|
# Add user chosen options held in external file
|
||||||
include_shell "cat external.conf 2>/dev/null"
|
include_shell "cat external.conf 2>/dev/null"
|
||||||
|
|
Loading…
Reference in a new issue