diff conf/mime.types @ 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 4ff31c785d0c
children 118885f7a577
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;