Advertisement
paradox2k

mime.types

Mar 11th, 2015
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nginx 3.95 KB | None | 0 0
  1.  
  2. types {
  3.     text/html                             html htm shtml;
  4.     text/css                              css;
  5.     text/xml                              xml;
  6.     image/gif                             gif;
  7.     image/jpeg                            jpeg jpg;
  8.     application/javascript                js;
  9.     application/atom+xml                  atom;
  10.     application/rss+xml                   rss;
  11.  
  12.     text/mathml                           mml;
  13.     text/plain                            txt;
  14.     text/vnd.sun.j2me.app-descriptor      jad;
  15.     text/vnd.wap.wml                      wml;
  16.     text/x-component                      htc;
  17.  
  18.     image/png                             png;
  19.     image/tiff                            tif tiff;
  20.     image/vnd.wap.wbmp                    wbmp;
  21.     image/x-icon                          ico;
  22.     image/x-jng                           jng;
  23.     image/x-ms-bmp                        bmp;
  24.     image/svg+xml                         svg svgz;
  25.     image/webp                            webp;
  26.  
  27.     application/font-woff                 woff;
  28.     application/java-archive              jar war ear;
  29.     application/json                      json;
  30.     application/mac-binhex40              hqx;
  31.     application/msword                    doc;
  32.     application/pdf                       pdf;
  33.     application/postscript                ps eps ai;
  34.     application/rtf                       rtf;
  35.     application/vnd.apple.mpegurl         m3u8;
  36.     application/vnd.ms-excel              xls;
  37.     application/vnd.ms-fontobject         eot;
  38.     application/vnd.ms-powerpoint         ppt;
  39.     application/vnd.wap.wmlc              wmlc;
  40.     application/vnd.google-earth.kml+xml  kml;
  41.     application/vnd.google-earth.kmz      kmz;
  42.     application/x-7z-compressed           7z;
  43.     application/x-cocoa                   cco;
  44.     application/x-java-archive-diff       jardiff;
  45.     application/x-java-jnlp-file          jnlp;
  46.     application/x-makeself                run;
  47.     application/x-perl                    pl pm;
  48.     application/x-pilot                   prc pdb;
  49.     application/x-rar-compressed          rar;
  50.     application/x-redhat-package-manager  rpm;
  51.     application/x-sea                     sea;
  52.     application/x-shockwave-flash         swf;
  53.     application/x-stuffit                 sit;
  54.     application/x-tcl                     tcl tk;
  55.     application/x-x509-ca-cert            der pem crt;
  56.     application/x-xpinstall               xpi;
  57.     application/xhtml+xml                 xhtml;
  58.     application/xspf+xml                  xspf;
  59.     application/zip                       zip;
  60.  
  61.     application/octet-stream              bin exe dll;
  62.     application/octet-stream              deb;
  63.     application/octet-stream              dmg;
  64.     application/octet-stream              iso img;
  65.     application/octet-stream              msi msp msm;
  66.  
  67.     application/vnd.openxmlformats-officedocument.wordprocessingml.document    docx;
  68.     application/vnd.openxmlformats-officedocument.spreadsheetml.sheet          xlsx;
  69.     application/vnd.openxmlformats-officedocument.presentationml.presentation  pptx;
  70.  
  71.     audio/midi                            mid midi kar;
  72.     audio/mpeg                            mp3;
  73.     audio/ogg                             ogg;
  74.     audio/x-m4a                           m4a;
  75.     audio/x-realaudio                     ra;
  76.  
  77.     video/3gpp                            3gpp 3gp;
  78.     video/mp2t                            ts;
  79.     video/mp4                             mp4;
  80.     video/mpeg                            mpeg mpg;
  81.     video/quicktime                       mov;
  82.     video/webm                            webm;
  83.     video/x-flv                           flv;
  84.     video/x-m4v                           m4v;
  85.     video/x-mng                           mng;
  86.     video/x-ms-asf                        asx asf;
  87.     video/x-ms-wmv                        wmv;
  88.     video/x-msvideo                       avi;
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement