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