From 13c4640cf140d87c403fb16bbdf6cdcb3a4b1a45 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Sat, 19 Feb 2022 10:42:58 +0100 Subject: [PATCH] improve server content-type --- engine/lighttpd.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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