From 710bfe5ddb769d9c6f15497928638f1aed3bc45a Mon Sep 17 00:00:00 2001 From: Rosa Date: Thu, 7 May 2026 17:55:04 -0400 Subject: file that will sit on there until i make an actual website --- util/lighttpd.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 util/lighttpd.conf (limited to 'util/lighttpd.conf') diff --git a/util/lighttpd.conf b/util/lighttpd.conf new file mode 100644 index 0000000..6c06da6 --- /dev/null +++ b/util/lighttpd.conf @@ -0,0 +1,4 @@ +index-file.names = ( "index.html" ) +server.bind = "127.0.0.1" +server.document-root = var.CWD + "/src" +server.port = 8888 -- cgit v1.3.1