rebase onto current nginx mime.types

This commit is contained in:
Daniel Micay 2023-01-17 14:00:48 -05:00
parent fc8c4a6a57
commit cd5d78c485

View File

@ -6,7 +6,6 @@ types {
text/xml xml; text/xml xml;
image/gif gif; image/gif gif;
image/jpeg jpeg jpg; image/jpeg jpeg jpg;
application/wasm wasm;
application/atom+xml atom; application/atom+xml atom;
application/rss+xml rss; application/rss+xml rss;
@ -16,6 +15,7 @@ types {
text/vnd.wap.wml wml; text/vnd.wap.wml wml;
text/x-component htc; text/x-component htc;
image/avif avif;
image/png png; image/png png;
image/svg+xml svg svgz; image/svg+xml svg svgz;
image/tiff tif tiff; image/tiff tif tiff;
@ -53,6 +53,7 @@ types {
application/vnd.openxmlformats-officedocument.wordprocessingml.document application/vnd.openxmlformats-officedocument.wordprocessingml.document
docx; docx;
application/vnd.wap.wmlc wmlc; application/vnd.wap.wmlc wmlc;
application/wasm wasm;
application/x-7z-compressed 7z; application/x-7z-compressed 7z;
application/x-cocoa cco; application/x-cocoa cco;
application/x-java-archive-diff jardiff; application/x-java-archive-diff jardiff;