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

Signed-off-by: Jeroen Baert <3607063+Forceflow@users.noreply.github.com>
pull/2873/head^2
Jeroen Baert 5 years ago committed by Dan Schaper
parent 9f86fd0cb4
commit d3d45a8776
No known key found for this signature in database
GPG Key ID: B4FF14C01CC08DC0

@ -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"

Loading…
Cancel
Save