mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-18 06:08:21 +00:00
Merge pull request #1257 from pi-hole/revert-1241-feature/redirect-pi-hole-to-admin
Revert "redirect pi.hole to pi.hole/admin"
This commit is contained in:
commit
45fbadbb26
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user