From cca2969a9e2c8eaaf9ece730dfa1b7f7793ad030 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Fri, 21 Jun 2013 15:16:02 -0400 Subject: serve svg with the right mime type --- lighttpd.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/lighttpd.conf b/lighttpd.conf index d874a01..0f75ce8 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -8,6 +8,7 @@ mimetype.assign = ( ".jpg" => "image/jpeg", ".png" => "image/png", ".webp" => "image/webp", + ".svg" => "image/svg", ".webm" => "video/webm", ".mkv" => "video/x-matroska", ".ogg" => "audio/ogg", -- cgit v1.2.3-54-g00ecf