server.document-root = "/var/www/servers/concordia-guide/" server.port = 8000 mimetype.assign = ( ".html" => "text/html", ".js" => "application/javascript", ".css" => "text/css", ".png" => "image/png", ".svg" => "image/svg+xml" ) index-file.names = ( "index.html" )