diff options
-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", |