From 02814d2803a39a0fb14893e5cf30d35609ee67de Mon Sep 17 00:00:00 2001 From: anon Date: Sat, 5 Jul 2025 13:11:35 +0200 Subject: init --- example.lighttpd.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 example.lighttpd.conf (limited to 'example.lighttpd.conf') 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" ) -- cgit v1.2.3