Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2017-10-02 19:06:51 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2017-10-02 19:06:51 +0300
commitc857edc41d3e49da57f5e597a3cca2b1d3ff3b9a (patch)
tree560c2ea11fa6328ff9deb06bd069af6a9da0164f /conf/mime.types
parent316a34951ab3a2528a97cde1b0a5d095480152a5 (diff)
MIME: style.
Restored alphabetical order within groups, OOXML types placed to the application/ group and wrapped to avoid lines longer than 80 chars.
Diffstat (limited to 'conf/mime.types')
-rw-r--r--conf/mime.types18
1 files changed, 10 insertions, 8 deletions
diff --git a/conf/mime.types b/conf/mime.types
index 89be9a4cd..71cf52ca8 100644
--- a/conf/mime.types
+++ b/conf/mime.types
@@ -16,13 +16,13 @@ types {
text/x-component htc;
image/png png;
+ image/svg+xml svg svgz;
image/tiff tif tiff;
image/vnd.wap.wbmp wbmp;
+ image/webp webp;
image/x-icon ico;
image/x-jng jng;
image/x-ms-bmp bmp;
- image/svg+xml svg svgz;
- image/webp webp;
application/font-woff woff;
application/java-archive jar war ear;
@@ -33,12 +33,18 @@ types {
application/postscript ps eps ai;
application/rtf rtf;
application/vnd.apple.mpegurl m3u8;
+ application/vnd.google-earth.kml+xml kml;
+ application/vnd.google-earth.kmz kmz;
application/vnd.ms-excel xls;
application/vnd.ms-fontobject eot;
application/vnd.ms-powerpoint ppt;
+ application/vnd.openxmlformats-officedocument.presentationml.presentation
+ pptx;
+ application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
+ xlsx;
+ application/vnd.openxmlformats-officedocument.wordprocessingml.document
+ docx;
application/vnd.wap.wmlc wmlc;
- application/vnd.google-earth.kml+xml kml;
- application/vnd.google-earth.kmz kmz;
application/x-7z-compressed 7z;
application/x-cocoa cco;
application/x-java-archive-diff jardiff;
@@ -64,10 +70,6 @@ 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;