diff options
| author | anon | 2025-07-05 13:11:35 +0200 |
|---|---|---|
| committer | anon | 2025-07-05 13:11:35 +0200 |
| commit | 02814d2803a39a0fb14893e5cf30d35609ee67de (patch) | |
| tree | 6bd70c1febe2a3b7031a28a5caaa00ee27ea4156 /example.lighttpd.conf | |
| download | emil-up.chud.cyou-02814d2803a39a0fb14893e5cf30d35609ee67de.tar.xz emil-up.chud.cyou-02814d2803a39a0fb14893e5cf30d35609ee67de.tar.zst | |
init
Diffstat (limited to 'example.lighttpd.conf')
| -rw-r--r-- | example.lighttpd.conf | 6 |
1 files changed, 6 insertions, 0 deletions
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" ) |
