[nginx] MIME: eot MIME type updated to follow IANA (ticket #306).

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


details:   http://hg.nginx.org/nginx/rev/010bb2e21f3f
branches:  
changeset: 5338:010bb2e21f3f
user:      Sergey Kandaurov <pluknet at nginx.com>
date:      Fri Aug 23 16:24:24 2013 +0400
description:
MIME: eot MIME type updated to follow IANA (ticket #306).

diffstat:

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

diffs (19 lines):

diff -r 07ef29f69a54 -r 010bb2e21f3f conf/mime.types
--- a/conf/mime.types	Fri Aug 23 16:24:24 2013 +0400
+++ b/conf/mime.types	Fri Aug 23 16:24:24 2013 +0400
@@ -32,6 +32,7 @@ types {
     application/postscript                ps eps ai;
     application/rtf                       rtf;
     application/vnd.ms-excel              xls;
+    application/vnd.ms-fontobject         eot;
     application/vnd.ms-powerpoint         ppt;
     application/vnd.wap.wmlc              wmlc;
     application/vnd.google-earth.kml+xml  kml;
@@ -57,7 +58,6 @@ types {
     application/octet-stream              bin exe dll;
     application/octet-stream              deb;
     application/octet-stream              dmg;
-    application/octet-stream              eot;
     application/octet-stream              iso img;
     application/octet-stream              msi msp msm;
 



More information about the nginx-devel mailing list