diff options
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" ) |
