2024-03-05 00:01
# lighttpd configuration
server.port = 80
server.document-root = "/webroot"
server.event-handler = "select"
server.network-backend = "write"
server.upload-dirs = ( "/tmp" )
mimetype.assign = (
".html" => "text/html",
".htm" => "text/html",
"log" => "text/plain",
"" => "application/octet-stream",
)
dir-listing.activate = "enable"