]> git.kaiwu.me - nginx.git/commitdiff
MIME: added the most common OOXML MIME types (ticket #243).
authorSergey Kandaurov <pluknet@nginx.com>
Fri, 23 Aug 2013 12:24:24 +0000 (16:24 +0400)
committerSergey Kandaurov <pluknet@nginx.com>
Fri, 23 Aug 2013 12:24:24 +0000 (16:24 +0400)
conf/mime.types

index 45b1f14cdd514b7a6a8fe4926efdd9affb001569..6d2bfd6c7d5841b3bc1ec3aa5f4e1528158f6691 100644 (file)
@@ -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;