server.document-root = "/app/www" server.port = 80 server.username = "pi" server.groupname = "users" mimetype.assign = ( ".html" => "text/html", ".txt" => "text/plain", ".jpg" => "image/jpeg", ".png" => "image/png", ".css" => "text/css", ".js" => "application/x-javascript", ".svg" => "image/svg+xml" ) server.modules += ( "mod_access", "mod_accesslog" ) index-file.names = ( "index.html" ) server.event-handler = "linux-sysepoll"