[nginx] MIME: added application/font-woff MIME type (ticket #292).

Sergey Kandaurov pluknet at nginx.com
Fri Aug 23 12:26:08 UTC 2013


details:   http://hg.nginx.org/nginx/rev/aeabb6ae574d
branches:  
changeset: 5336:aeabb6ae574d
user:      Sergey Kandaurov <pluknet at nginx.com>
date:      Fri Aug 23 16:24:23 2013 +0400
description:
MIME: added application/font-woff MIME type (ticket #292).

diffstat:

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

diffs (11 lines):

diff -r 1d0523f54a9f -r aeabb6ae574d conf/mime.types
--- a/conf/mime.types	Wed Aug 21 20:46:10 2013 +0400
+++ b/conf/mime.types	Fri Aug 23 16:24:23 2013 +0400
@@ -24,6 +24,7 @@ types {
     image/svg+xml                         svg svgz;
     image/webp                            webp;
 
+    application/font-woff                 woff;
     application/java-archive              jar war ear;
     application/mac-binhex40              hqx;
     application/msword                    doc;



More information about the nginx-devel mailing list