aboutsummaryrefslogtreecommitdiff
path: root/example.lighttpd.conf
diff options
context:
space:
mode:
authoranon2025-07-05 13:11:35 +0200
committeranon2025-07-05 13:11:35 +0200
commit02814d2803a39a0fb14893e5cf30d35609ee67de (patch)
tree6bd70c1febe2a3b7031a28a5caaa00ee27ea4156 /example.lighttpd.conf
downloademil-up.chud.cyou-02814d2803a39a0fb14893e5cf30d35609ee67de.tar.xz
emil-up.chud.cyou-02814d2803a39a0fb14893e5cf30d35609ee67de.tar.zst
init
Diffstat (limited to 'example.lighttpd.conf')
-rw-r--r--example.lighttpd.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/example.lighttpd.conf b/example.lighttpd.conf
new file mode 100644
index 0000000..86a4f82
--- /dev/null
+++ b/example.lighttpd.conf
@@ -0,0 +1,6 @@
+# @BAKE lighttpd -D -f $@
+server.document-root = var.CWD
+server.port = "8081"
+
+server.modules += ( "mod_rewrite" )
+url.rewrite-once = ( ".*" => "/example.html" )