diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-05-27 13:24:15 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-05-27 13:24:15 -0400 |
| commit | 16e4f8f2a9ead0f79b5b275dc547b517cc8891e9 (patch) | |
| tree | 79ef9796388c4b8a0f1fec99ba5d4b75f8b475f7 /util/lighttpd.conf | |
| parent | 72983cf263053cd40dafbd5f1cb63d3f0b9f1eb8 (diff) | |
add 404.html, remove legacy code
Diffstat (limited to '')
| -rw-r--r-- | util/lighttpd.conf | 1 |
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/" |
