From: Valentin Bartenev Date: Fri, 15 Jun 2018 14:29:55 +0000 (+0300) Subject: MIME: changed type for woff to font/woff (ticket #1243). X-Git-Tag: release-1.15.1~6 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=012729c9c03c0485cab3e3458130e59a71ccb52f;p=nginx.git MIME: changed type for woff to font/woff (ticket #1243). According to RFC 8081 the previously used application/font-woff type is deprecated. --- diff --git a/conf/mime.types b/conf/mime.types index 8a2348ab0..bd81e2ae7 100644 --- a/conf/mime.types +++ b/conf/mime.types @@ -24,7 +24,8 @@ types { image/x-jng jng; image/x-ms-bmp bmp; - application/font-woff woff; + font/woff woff; + application/java-archive jar war ear; application/json json; application/mac-binhex40 hqx;