diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-21 15:16:55 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-21 15:16:55 -0400 |
commit | 0587fcf1e4dca62780a242553c3298912545be15 (patch) | |
tree | 45434f0e54668616e66c39f046f630f3ec97f46d | |
parent | cca2969a9e2c8eaaf9ece730dfa1b7f7793ad030 (diff) | |
download | html5ks-0587fcf1e4dca62780a242553c3298912545be15.tar.xz html5ks-0587fcf1e4dca62780a242553c3298912545be15.zip |
wait, no, image/svg => image/svg+xml
-rw-r--r-- | lighttpd.conf | 2 |
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", |