]> Sergey Matveev's repositories - dotfiles.git/blobdiff - lighttpd/mime-img.conf
Let's Encrypt cross certificates
[dotfiles.git] / lighttpd / mime-img.conf
index 0df01e3930b81752acc7219c4ccb5ccfc20f4db9..efa15c82c6d679a7af7a7a8874af2ef49ac1e862 100644 (file)
@@ -19,5 +19,8 @@ mimetype.assign += (
        ".tif" => "image/tiff",
        ".tiff" => "image/tiff",
        ".webp" => "image/webp",
+       ".xbm" => "image/x-xbitmap",
        ".xpm" => "image/x-xpixmap",
+
+       ".icc" => "application/vnd.iccprofile",
 )