Last active
December 26, 2024 03:56
-
-
Save chickendrop89/9d4c0475b3f3c654cb586df1ecd43946 to your computer and use it in GitHub Desktop.
Pi-Hole redirect blank lighttpd page to pihole admin dashboard. This is a lighttpd configuration file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$HTTP["url"] !~ "^/admin" { | |
url.redirect = (".*" => "/admin") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment