From: Maxim Dounin Date: Mon, 25 Oct 2021 17:49:15 +0000 (+0300) Subject: MIME: added image/avif type. X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=67d2a9541826ecd5db97d604f23460210fd3e517;p=nginx.git MIME: added image/avif type. Prodded by Ryo Hirafuji, André Rømcke, Artur Juraszek. --- 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;