diff options
-rw-r--r-- | lighttpd.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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", |