From 0587fcf1e4dca62780a242553c3298912545be15 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Fri, 21 Jun 2013 15:16:55 -0400 Subject: wait, no, image/svg => image/svg+xml --- lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighttpd.conf b/lighttpd.conf index 0f75ce8..f40fcb2 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -8,7 +8,7 @@ mimetype.assign = ( ".jpg" => "image/jpeg", ".png" => "image/png", ".webp" => "image/webp", - ".svg" => "image/svg", + ".svg" => "image/svg+xml", ".webm" => "video/webm", ".mkv" => "video/x-matroska", ".ogg" => "audio/ogg", -- cgit v1.2.3-70-g09d2