Skip to content

Commit

Permalink
Sync conf/nginx/mime.types
Browse files Browse the repository at this point in the history
This is the OEM config from 1.26.1

Closes #738

GUS-W-16142337
  • Loading branch information
dzuelke committed Jul 1, 2024
1 parent c419080 commit 01f9583
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions conf/nginx/mime.types
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 01f9583

Please sign in to comment.