Fix for 404 error when browsing to pi.hole (without /admin)

Signed-off-by: Jeroen Baert <3607063+Forceflow@users.noreply.github.com>
pull/2825/head
Jeroen Baert 5 years ago
parent c9a843b417
commit 7b2ac25a52

@ -27,7 +27,7 @@ server.modules = (
)
server.document-root = "/var/www/html"
server.error-handler-404 = "pihole/index.php"
server.error-handler-404 = "/pihole/index.php"
server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
server.errorlog = "/var/log/lighttpd/error.log"
server.pid-file = "/var/run/lighttpd.pid"

Loading…
Cancel
Save