changeset 7302:bf1a7b363598

MIME: changed type for woff to font/woff (ticket #1243). According to RFC 8081 the previously used application/font-woff type is deprecated.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 15 Jun 2018 17:29:55 +0300
parents f2396ecf608b
children 118885f7a577
files conf/mime.types
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;