1 server.modules = ( "mod_redirect", "mod_magnet" )
2 server.document-root = "@PWD@/out"
4 server.pid-file = "lighttpd.pid"
5 dir-listing.activate = "disable"
6 magnet.attract-physical-path-to = ( "@PWD@/rewrite.lua" )
7 url.redirect = ( "^/$" => "/en/" )
8 index-file.names = ( "index.html" )
10 ".html" => "text/html",
12 ".png" => "image/png",