diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-05-12 13:49:45 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-05-12 13:49:45 -0400 |
| commit | 1f0749100b22c17272b4d294e1db3034097b57ea (patch) | |
| tree | 9f007328080aec23a685d6c9062a9192fac769cf /util/lighttpd.conf | |
| parent | 6143a710c142cf6704527ae32a7c90c02e83fe4a (diff) | |
start work on template api
Diffstat (limited to '')
| -rw-r--r-- | util/lighttpd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/lighttpd.conf b/util/lighttpd.conf index 6c06da6..b4f012f 100644 --- a/util/lighttpd.conf +++ b/util/lighttpd.conf @@ -1,4 +1,4 @@ index-file.names = ( "index.html" ) server.bind = "127.0.0.1" -server.document-root = var.CWD + "/src" +server.document-root = var.CWD + "/html-out" server.port = 8888 |
