changeset 7303:118885f7a577

MIME: added font/woff2 type (ticket #1243).
author Valentin Bartenev <vbart@nginx.com>
date Fri, 15 Jun 2018 17:29:55 +0300
parents bf1a7b363598
children 5c2ac36fcf56
files conf/mime.types
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/conf/mime.types
+++ b/conf/mime.types
@@ -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;