From 01f9583de0ad28c19d5a0f8dba817251b2095ded Mon Sep 17 00:00:00 2001 From: David Zuelke Date: Mon, 1 Jul 2024 20:03:35 +0200 Subject: [PATCH] Sync conf/nginx/mime.types This is the OEM config from 1.26.1 Closes #738 GUS-W-16142337 --- CHANGELOG.md | 3 +++ conf/nginx/mime.types | 2 ++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58962aab95..401bca2344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] +### CHG + +- Sync Nginx `mime.types` config with upstream to add `application/wasm` for `.wasm` and `image/avif` for `.avif` files (#738) [David Zuelke] ## [v253] - 2024-06-13 diff --git a/conf/nginx/mime.types b/conf/nginx/mime.types index 2961256950..1c00d701ae 100644 --- a/conf/nginx/mime.types +++ b/conf/nginx/mime.types @@ -15,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; @@ -51,6 +52,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;