summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2013-08-23 16:24:24 +0400
committerSergey Kandaurov <pluknet@nginx.com>2013-08-23 16:24:24 +0400
commit1c71e4f8720aa3a8285cdf2e98a6fd40473112ae (patch)
tree7d349fb42540ee767544ab5fb4157077dadcda62 /conf
parent86113327771bfcffd8884359dfd6729d98cad522 (diff)
downloadnginx-1c71e4f8720aa3a8285cdf2e98a6fd40473112ae.tar.gz
MIME: added the most common OOXML MIME types (ticket #243).
Diffstat (limited to 'conf')
-rw-r--r--conf/mime.types4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/mime.types b/conf/mime.types
index 45b1f14cd..6d2bfd6c7 100644
--- 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;