aboutsummaryrefslogtreecommitdiff
path: root/util/lighttpd.conf
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-05-27 13:24:15 -0400
committerRosa <rosaontheweb@proton.me>2026-05-27 13:24:15 -0400
commit16e4f8f2a9ead0f79b5b275dc547b517cc8891e9 (patch)
tree79ef9796388c4b8a0f1fec99ba5d4b75f8b475f7 /util/lighttpd.conf
parent72983cf263053cd40dafbd5f1cb63d3f0b9f1eb8 (diff)
add 404.html, remove legacy code
Diffstat (limited to 'util/lighttpd.conf')
-rw-r--r--util/lighttpd.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/lighttpd.conf b/util/lighttpd.conf
index b4f012f..ba34f3f 100644
--- a/util/lighttpd.conf
+++ b/util/lighttpd.conf
@@ -2,3 +2,4 @@ index-file.names = ( "index.html" )
server.bind = "127.0.0.1"
server.document-root = var.CWD + "/html-out"
server.port = 8888
+server.errorfile-prefix = server.document-root + "/errors/"