]> Sergey Matveev's repositories - dotfiles.git/commitdiff
XMP, ICC, YAML media types
authorSergey Matveev <stargrave@stargrave.org>
Tue, 28 Sep 2021 14:03:14 +0000 (17:03 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 28 Sep 2021 16:17:10 +0000 (19:17 +0300)
lighttpd/mime-archive.conf
lighttpd/mime-img.conf
lighttpd/mime-text.conf
lighttpd/mime-xml.conf

index 03f19be4c9dc152884f3431c48856ff47d1583f0..5318a3178d5612a53ac6cfb4561eab4df08cad6c 100644 (file)
@@ -4,7 +4,7 @@ mimetype.assign += (
        ".cpio" => "application/x-cpio",
        ".deb" => "application/vnd.debian.binary-package",
        ".gz" => "application/gzip",
-       ".jar" => "application/x-java-archive",
+       ".jar" => "application/java-archive",
        ".lz" => "application/lzip",
        ".par2" => "application/x-par2",
        ".rar" => "application/vnd.rar",
index 0df01e3930b81752acc7219c4ccb5ccfc20f4db9..a14831463f772f24518330c5bfeff412325a8fa8 100644 (file)
@@ -19,5 +19,9 @@ mimetype.assign += (
        ".tif" => "image/tiff",
        ".tiff" => "image/tiff",
        ".webp" => "image/webp",
+       ".xbm" => "image/x-xbitmap",
        ".xpm" => "image/x-xpixmap",
+
+       ".icc" => "application/vnd.iccprofile",
+       ".icm" => "application/vnd.iccprofile",
 )
index 99ce9d1d755fd82e77961f4c611770f48a496bf9..ca713ffd1c880a3ce38d2db1b097448faaf1606c 100644 (file)
@@ -14,6 +14,7 @@ mimetype.assign += (
        ".txt" => "text/plain; charset=utf-8",
        ".url" => "text/uri-list; charset=utf-8",
        ".vcf" => "text/vcard; charset=utf-8",
+       ".yaml" => "text/yaml; charset=utf-8",
        ".zone" => "text/dns; charset=utf-8",
        "ls-lR" => "text/plain; charset=utf-8",
        "README" => "text/plain; charset=utf-8",
index 59b970ca2dd1742471d88891485a6607f62b72b2..e9a865d00671f2d92a7725b7ce742a04943278d1 100644 (file)
@@ -5,4 +5,5 @@ mimetype.assign += (
        ".rss" => "application/rss+xml",
        ".xbel" => "application/xml",
        ".xml" => "application/xml",
+       ".xmp" => "application/rdf+xml",
 )