summaryrefslogtreecommitdiff
path: root/lighttpd.conf
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-06-21 15:16:55 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-06-21 15:16:55 -0400
commit0587fcf1e4dca62780a242553c3298912545be15 (patch)
tree45434f0e54668616e66c39f046f630f3ec97f46d /lighttpd.conf
parentcca2969a9e2c8eaaf9ece730dfa1b7f7793ad030 (diff)
downloadhtml5ks-0587fcf1e4dca62780a242553c3298912545be15.tar.xz
html5ks-0587fcf1e4dca62780a242553c3298912545be15.zip
wait, no, image/svg => image/svg+xml
Diffstat (limited to 'lighttpd.conf')
-rw-r--r--lighttpd.conf2
1 files changed, 1 insertions, 1 deletions
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",