From 16e4f8f2a9ead0f79b5b275dc547b517cc8891e9 Mon Sep 17 00:00:00 2001 From: Rosa Date: Wed, 27 May 2026 13:24:15 -0400 Subject: add 404.html, remove legacy code --- util/lighttpd.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'util/lighttpd.conf') 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/" -- cgit v1.3.1