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

Signed-off-by: Jeroen Baert <3607063+Forceflow@users.noreply.github.com>
This commit is contained in:
Jeroen Baert 2019-07-03 04:28:23 +02:00 committed by Dan Schaper
parent 9f86fd0cb4
commit d3d45a8776
No known key found for this signature in database
GPG key ID: B4FF14C01CC08DC0

View file

@ -28,7 +28,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"