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:
Diffstat (limited to 'conf/mime.types')
-rw-r--r--conf/mime.types69
1 files changed, 45 insertions, 24 deletions
diff --git a/conf/mime.types b/conf/mime.types
index 6ef277763..079874ee5 100644
--- a/conf/mime.types
+++ b/conf/mime.types
@@ -1,31 +1,52 @@
types {
- text/html html htm shtml;
- text/xml xml rss;
- text/css css;
- text/plain txt;
- text/x-component htc;
+ text/css css;
+ text/html html htm shtml;
+ text/plain txt;
+ text/xml xml rss;
+ text/x-component htc;
+ text/mathml mml;
- image/gif gif;
- image/png png;
- image/jpeg jpeg jpg;
- image/x-icon ico;
- image/x-jng jng;
+ image/gif gif;
+ image/jpeg jpeg jpg;
+ image/png png;
+ image/x-icon ico;
+ image/x-jng jng;
- application/pdf pdf;
- application/x-shockwave-flash swf;
- application/x-javascript js;
- application/x-rar-compressed rar;
- application/x-xpinstall xpi;
- application/x-x509-ca-cert der pem crt;
+ application/java-archive jar war ear;
+ application/mac-binhex40 hqx;
+ application/pdf pdf;
+ application/x-cocoa cco;
+ application/x-javascript js;
+ application/x-java-archive-diff jardiff;
+ application/x-java-jnlp-file jnlp;
+ application/x-makeself run;
+ application/x-perl pl pm;
+ application/x-pilot prc pdb;
+ application/x-rar-compressed rar;
+ application/x-redhat-package-manager rpm;
+ application/x-sea sea;
+ application/x-shockwave-flash swf;
+ application/x-stuffit sit;
+ application/x-tcl tcl tk;
+ application/x-x509-ca-cert der pem crt;
+ application/x-xpinstall xpi;
+ application/zip zip;
- audio/mpeg mp3;
- audio/x-realaudio ra;
+ application/octet-stream deb;
+ application/octet-stream bin exe dll;
+ application/octet-stream dmg;
+ application/octet-stream eot;
+ application/octet-stream iso img;
+ application/octet-stream msi msp msm;
- video/mpeg mpeg mpg;
- video/quicktime mov;
- video/x-flv flv;
- video/x-msvideo avi;
- video/x-ms-wmv wmv;
- video/x-mng mng;
+ audio/mpeg mp3;
+ audio/x-realaudio ra;
+
+ video/mpeg mpeg mpg;
+ video/quicktime mov;
+ video/x-flv flv;
+ video/x-msvideo avi;
+ video/x-ms-wmv wmv;
+ video/x-mng mng;
}