diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-01-17 13:57:55 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-01-17 13:57:55 -0500 |
| commit | 608fbfba6cc2ee4b0477451289eec72e952e05bc (patch) | |
| tree | d8d0186c2ea828a89283d2ee04338f09a20e6580 /nginx/mime.types | |
| parent | a54209272110ad1c8795605c8976e97669df1b51 (diff) | |
rebase onto current nginx mime.types
Diffstat (limited to 'nginx/mime.types')
| -rw-r--r-- | nginx/mime.types | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nginx/mime.types b/nginx/mime.types index c13c69b3..103ae975 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; |
