improve server content-type

This commit is contained in:
Yann Esposito (Yogsototh) 2022-02-19 10:42:58 +01:00
parent e0e583b050
commit 13c4640cf1
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -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