changeset 5337:07ef29f69a54

MIME: added the most common OOXML MIME types (ticket #243).
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 23 Aug 2013 16:24:24 +0400
parents aeabb6ae574d
children 010bb2e21f3f
files conf/mime.types
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/conf/mime.types
+++ b/conf/mime.types
@@ -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;