mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Removed a line that did nothing.
This commit is contained in:
parent
cd0b8927c5
commit
fb6631d317
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,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 a new issue