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:
parent
3fab34687c
commit
cd0b8927c5
@ -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/" )
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user