mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Removed extra http redirect
This commit is contained in:
parent
e04e2537a8
commit
ede8f4714f
1 changed files with 0 additions and 12 deletions
|
@ -37,15 +37,3 @@ $HTTP["url"] =~ "^/admin/" {
|
||||||
# Create a response header for debugging using curl -I
|
# Create a response header for debugging using curl -I
|
||||||
setenv.add-response-header = ( "X-Pi-hole" => "The Pi-hole Web interface is working!" )
|
setenv.add-response-header = ( "X-Pi-hole" => "The Pi-hole Web interface is working!" )
|
||||||
}
|
}
|
||||||
|
|
||||||
# If the URL does not start with /admin, then it is a query for an ad domain
|
|
||||||
$HTTP["url"] =~ "^(?!/admin)/.*" {
|
|
||||||
# Create a response header for debugging using curl -I
|
|
||||||
setenv.add-response-header = ( "X-Pi-hole" => "A black hole for Internet advertisements." )
|
|
||||||
|
|
||||||
# Set the cache to 1 day for better performance
|
|
||||||
expire.url = ("" => "access plus 1 days")
|
|
||||||
|
|
||||||
# Send the query into the black hole
|
|
||||||
url.rewrite = (".*" => "pihole/index.html" )
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue