pull/41/merge
Willem 9 years ago
commit ca85bf3a29

@ -34,5 +34,8 @@ $HTTP["url"] =~ "^/pihole/" {
# Rewrites all URLs to the /var/www/pihole/index.html
$HTTP["host"] =~ ".*" {
url.rewrite = (".*" => "pihole/index.html")
url.rewrite = (
"^/pi-hole-admin/admin.php.*" => "pihole/admin.html",
".*" => "pihole/index.html"
)
}
Loading…
Cancel
Save