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.lighttpd.conf | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 example.lighttpd.conf (limited to 'example.lighttpd.conf') 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" ) -- cgit v1.2.3