diff --git a/engine/lighttpd.conf b/engine/lighttpd.conf index fc111e0..611dedb 100644 --- a/engine/lighttpd.conf +++ b/engine/lighttpd.conf @@ -15,7 +15,9 @@ mimetype.assign = ( ".png" => "image/png", ".swf" => "application/x-shockwave-flash", ".txt" => "text/plain", - ".gmi" => "text/plain" + ".gmi" => "text/plain", + ".svg" => "image/svg+xml", + ".svgz" => "image/svg+xml" ) # Making sure file uploads above 64k always work when using IE or Safari