diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2021-10-25 20:49:15 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2021-10-25 20:49:15 +0300 |
commit | 67d2a9541826ecd5db97d604f23460210fd3e517 (patch) | |
tree | 81c8406ac3961b4babf24a5aa0482cc142a6a475 | |
parent | 1fc61b7b1ff182e86078200a59d3c523419c7b3b (diff) | |
download | nginx-67d2a9541826ecd5db97d604f23460210fd3e517.tar.gz nginx-67d2a9541826ecd5db97d604f23460210fd3e517.zip |
MIME: added image/avif type.
Prodded by Ryo Hirafuji, André Rømcke, Artur Juraszek.
-rw-r--r-- | conf/mime.types | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/mime.types b/conf/mime.types index b53f7f7e0..1c00d701a 100644 --- a/conf/mime.types +++ b/conf/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; |