]> git.kaiwu.me - nginx.git/commitdiff
MIME: added font/woff2 type (ticket #1243).
authorValentin Bartenev <vbart@nginx.com>
Fri, 15 Jun 2018 14:29:55 +0000 (17:29 +0300)
committerValentin Bartenev <vbart@nginx.com>
Fri, 15 Jun 2018 14:29:55 +0000 (17:29 +0300)
conf/mime.types

index bd81e2ae7d948c8afd55b81002cab3045d80da0e..2961256950f5ae1ab08e25e0501fe50ac9724cb5 100644 (file)
@@ -25,6 +25,7 @@ types {
     image/x-ms-bmp                                   bmp;
 
     font/woff                                        woff;
+    font/woff2                                       woff2;
 
     application/java-archive                         jar war ear;
     application/json                                 json;