[nginx] MIME: added font/woff2 type (ticket #1243).

Valentin Bartenev vbart at nginx.com
Fri Jun 15 15:24:39 UTC 2018


details:   http://hg.nginx.org/nginx/rev/118885f7a577
branches:  
changeset: 7303:118885f7a577
user:      Valentin Bartenev <vbart at nginx.com>
date:      Fri Jun 15 17:29:55 2018 +0300
description:
MIME: added font/woff2 type (ticket #1243).

diffstat:

 conf/mime.types |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r bf1a7b363598 -r 118885f7a577 conf/mime.types
--- a/conf/mime.types	Fri Jun 15 17:29:55 2018 +0300
+++ b/conf/mime.types	Fri Jun 15 17:29:55 2018 +0300
@@ -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;


More information about the nginx-devel mailing list