aboutsummaryrefslogtreecommitdiff
path: root/example_frontend.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_frontend.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_frontend.lighttpd.conf')
-rw-r--r--example_frontend.lighttpd.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/example_frontend.lighttpd.conf b/example_frontend.lighttpd.conf
new file mode 100644
index 0000000..cdca761
--- /dev/null
+++ b/example_frontend.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_frontend.html" )