From cd5d78c485ceb2906a8d709278bbe1ba4e188463 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 17 Jan 2023 14:00:48 -0500 Subject: [PATCH] rebase onto current nginx mime.types --- nginx/mime.types | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nginx/mime.types b/nginx/mime.types index c13c69b..103ae97 100644 --- a/nginx/mime.types +++ b/nginx/mime.types @@ -6,7 +6,6 @@ types { text/xml xml; image/gif gif; image/jpeg jpeg jpg; - application/wasm wasm; application/atom+xml atom; application/rss+xml rss; @@ -16,6 +15,7 @@ types { text/vnd.wap.wml wml; text/x-component htc; + image/avif avif; image/png png; image/svg+xml svg svgz; image/tiff tif tiff; @@ -53,6 +53,7 @@ types { application/vnd.openxmlformats-officedocument.wordprocessingml.document docx; application/vnd.wap.wmlc wmlc; + application/wasm wasm; application/x-7z-compressed 7z; application/x-cocoa cco; application/x-java-archive-diff jardiff;