From aef6f78d010ac50325d6b7abf983d591845fc502 Mon Sep 17 00:00:00 2001 From: anon Date: Sat, 5 Jul 2025 13:15:10 +0200 Subject: reorder the project --- example_frontend.lighttpd.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 example_frontend.lighttpd.conf (limited to 'example_frontend.lighttpd.conf') 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" ) -- cgit v1.2.3