2006-09-27, 15:13
This is the configuration I used to get lighttpd to serve up the results of AxMan.
server.document-root = "/home/magnusth/tmp/axman/www/"
server.port = 8080
index-file.names = ( "index.html" )
mimetype.assign = (
".html" => "text/html",
)