[nginx] MIME: added the most common OOXML MIME types (ticket #243).

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


details:   http://hg.nginx.org/nginx/rev/07ef29f69a54
branches:  
changeset: 5337:07ef29f69a54
user:      Sergey Kandaurov <pluknet at nginx.com>
date:      Fri Aug 23 16:24:24 2013 +0400
description:
MIME: added the most common OOXML MIME types (ticket #243).

diffstat:

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

diffs (14 lines):

diff -r aeabb6ae574d -r 07ef29f69a54 conf/mime.types
--- a/conf/mime.types	Fri Aug 23 16:24:23 2013 +0400
+++ b/conf/mime.types	Fri Aug 23 16:24:24 2013 +0400
@@ -61,6 +61,10 @@ types {
     application/octet-stream              iso img;
     application/octet-stream              msi msp msm;
 
+    application/vnd.openxmlformats-officedocument.wordprocessingml.document    docx;
+    application/vnd.openxmlformats-officedocument.spreadsheetml.sheet          xlsx;
+    application/vnd.openxmlformats-officedocument.presentationml.presentation  pptx;
+
     audio/midi                            mid midi kar;
     audio/mpeg                            mp3;
     audio/ogg                             ogg;



More information about the nginx-devel mailing list