aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-05-07 17:55:04 -0400
committerRosa <rosaontheweb@proton.me>2026-05-07 17:55:04 -0400
commit710bfe5ddb769d9c6f15497928638f1aed3bc45a (patch)
treea96ba855b80c4c962d0a0f4f640ac476df2880ec /util
file that will sit on there until i make an actual website
Diffstat (limited to 'util')
-rw-r--r--util/lighttpd.conf4
1 files changed, 4 insertions, 0 deletions
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