Igor Sysoev | 7d66b1f | 2004-10-05 15:39:18 +0000 | [diff] [blame] | 1 | |
| 2 | types { |
Igor Sysoev | 8115af1 | 2005-10-21 19:06:10 +0000 | [diff] [blame] | 3 | text/html html htm shtml; |
Igor Sysoev | a961a37 | 2005-12-16 15:00:41 +0000 | [diff] [blame] | 4 | text/css css; |
Igor Sysoev | 7c29bc0 | 2008-06-23 10:36:08 +0000 | [diff] [blame] | 5 | text/xml xml; |
Igor Sysoev | a961a37 | 2005-12-16 15:00:41 +0000 | [diff] [blame] | 6 | image/gif gif; |
| 7 | image/jpeg jpeg jpg; |
| 8 | application/x-javascript js; |
Igor Sysoev | a234c0f | 2007-01-15 17:49:33 +0000 | [diff] [blame] | 9 | application/atom+xml atom; |
Igor Sysoev | 7c29bc0 | 2008-06-23 10:36:08 +0000 | [diff] [blame] | 10 | application/rss+xml rss; |
Igor Sysoev | a961a37 | 2005-12-16 15:00:41 +0000 | [diff] [blame] | 11 | |
Igor Sysoev | 8115af1 | 2005-10-21 19:06:10 +0000 | [diff] [blame] | 12 | text/mathml mml; |
Igor Sysoev | 03789a0 | 2006-11-27 11:18:50 +0000 | [diff] [blame] | 13 | text/plain txt; |
| 14 | text/vnd.sun.j2me.app-descriptor jad; |
| 15 | text/vnd.wap.wml wml; |
| 16 | text/x-component htc; |
Igor Sysoev | 7d66b1f | 2004-10-05 15:39:18 +0000 | [diff] [blame] | 17 | |
Igor Sysoev | 8115af1 | 2005-10-21 19:06:10 +0000 | [diff] [blame] | 18 | image/png png; |
Igor Sysoev | 03789a0 | 2006-11-27 11:18:50 +0000 | [diff] [blame] | 19 | image/tiff tif tiff; |
| 20 | image/vnd.wap.wbmp wbmp; |
Igor Sysoev | 8115af1 | 2005-10-21 19:06:10 +0000 | [diff] [blame] | 21 | image/x-icon ico; |
| 22 | image/x-jng jng; |
Igor Sysoev | 03789a0 | 2006-11-27 11:18:50 +0000 | [diff] [blame] | 23 | image/x-ms-bmp bmp; |
Igor Sysoev | 7989e17 | 2011-11-28 16:01:26 +0000 | [diff] [blame] | 24 | image/svg+xml svg svgz; |
Igor Sysoev | fe0ffd5 | 2011-11-14 15:42:44 +0000 | [diff] [blame] | 25 | image/webp webp; |
Igor Sysoev | 7d66b1f | 2004-10-05 15:39:18 +0000 | [diff] [blame] | 26 | |
Igor Sysoev | 8115af1 | 2005-10-21 19:06:10 +0000 | [diff] [blame] | 27 | application/java-archive jar war ear; |
| 28 | application/mac-binhex40 hqx; |
Igor Sysoev | 03789a0 | 2006-11-27 11:18:50 +0000 | [diff] [blame] | 29 | application/msword doc; |
Igor Sysoev | 8115af1 | 2005-10-21 19:06:10 +0000 | [diff] [blame] | 30 | application/pdf pdf; |
Igor Sysoev | 03789a0 | 2006-11-27 11:18:50 +0000 | [diff] [blame] | 31 | application/postscript ps eps ai; |
| 32 | application/rtf rtf; |
| 33 | application/vnd.ms-excel xls; |
| 34 | application/vnd.ms-powerpoint ppt; |
| 35 | application/vnd.wap.wmlc wmlc; |
Igor Sysoev | fb724e0 | 2008-08-26 16:16:18 +0000 | [diff] [blame] | 36 | application/vnd.google-earth.kml+xml kml; |
| 37 | application/vnd.google-earth.kmz kmz; |
Igor Sysoev | ff85fb5 | 2010-03-03 17:00:17 +0000 | [diff] [blame] | 38 | application/x-7z-compressed 7z; |
Igor Sysoev | 8115af1 | 2005-10-21 19:06:10 +0000 | [diff] [blame] | 39 | application/x-cocoa cco; |
Igor Sysoev | 8115af1 | 2005-10-21 19:06:10 +0000 | [diff] [blame] | 40 | application/x-java-archive-diff jardiff; |
| 41 | application/x-java-jnlp-file jnlp; |
| 42 | application/x-makeself run; |
| 43 | application/x-perl pl pm; |
| 44 | application/x-pilot prc pdb; |
| 45 | application/x-rar-compressed rar; |
| 46 | application/x-redhat-package-manager rpm; |
| 47 | application/x-sea sea; |
| 48 | application/x-shockwave-flash swf; |
| 49 | application/x-stuffit sit; |
| 50 | application/x-tcl tcl tk; |
| 51 | application/x-x509-ca-cert der pem crt; |
| 52 | application/x-xpinstall xpi; |
Igor Sysoev | 88f3a05 | 2011-02-21 09:44:08 +0000 | [diff] [blame] | 53 | application/xhtml+xml xhtml; |
Igor Sysoev | 8115af1 | 2005-10-21 19:06:10 +0000 | [diff] [blame] | 54 | application/zip zip; |
Igor Sysoev | 7d66b1f | 2004-10-05 15:39:18 +0000 | [diff] [blame] | 55 | |
Igor Sysoev | 8115af1 | 2005-10-21 19:06:10 +0000 | [diff] [blame] | 56 | application/octet-stream bin exe dll; |
Igor Sysoev | 03789a0 | 2006-11-27 11:18:50 +0000 | [diff] [blame] | 57 | application/octet-stream deb; |
Igor Sysoev | 8115af1 | 2005-10-21 19:06:10 +0000 | [diff] [blame] | 58 | application/octet-stream dmg; |
| 59 | application/octet-stream eot; |
| 60 | application/octet-stream iso img; |
| 61 | application/octet-stream msi msp msm; |
Igor Sysoev | 7d66b1f | 2004-10-05 15:39:18 +0000 | [diff] [blame] | 62 | |
Igor Sysoev | 03789a0 | 2006-11-27 11:18:50 +0000 | [diff] [blame] | 63 | audio/midi mid midi kar; |
Igor Sysoev | 8115af1 | 2005-10-21 19:06:10 +0000 | [diff] [blame] | 64 | audio/mpeg mp3; |
Igor Sysoev | 2729421 | 2010-11-30 13:10:39 +0000 | [diff] [blame] | 65 | audio/ogg ogg; |
Igor Sysoev | 156a156 | 2011-10-31 14:55:20 +0000 | [diff] [blame] | 66 | audio/x-m4a m4a; |
Igor Sysoev | 8115af1 | 2005-10-21 19:06:10 +0000 | [diff] [blame] | 67 | audio/x-realaudio ra; |
| 68 | |
Igor Sysoev | 03789a0 | 2006-11-27 11:18:50 +0000 | [diff] [blame] | 69 | video/3gpp 3gpp 3gp; |
Igor Sysoev | f4ca46a | 2011-09-14 15:05:56 +0000 | [diff] [blame] | 70 | video/mp4 mp4; |
Igor Sysoev | 8115af1 | 2005-10-21 19:06:10 +0000 | [diff] [blame] | 71 | video/mpeg mpeg mpg; |
| 72 | video/quicktime mov; |
Igor Sysoev | fe0ffd5 | 2011-11-14 15:42:44 +0000 | [diff] [blame] | 73 | video/webm webm; |
Igor Sysoev | 8115af1 | 2005-10-21 19:06:10 +0000 | [diff] [blame] | 74 | video/x-flv flv; |
Igor Sysoev | 156a156 | 2011-10-31 14:55:20 +0000 | [diff] [blame] | 75 | video/x-m4v m4v; |
Igor Sysoev | 8115af1 | 2005-10-21 19:06:10 +0000 | [diff] [blame] | 76 | video/x-mng mng; |
Igor Sysoev | 03789a0 | 2006-11-27 11:18:50 +0000 | [diff] [blame] | 77 | video/x-ms-asf asx asf; |
| 78 | video/x-ms-wmv wmv; |
| 79 | video/x-msvideo avi; |
Igor Sysoev | 7d66b1f | 2004-10-05 15:39:18 +0000 | [diff] [blame] | 80 | } |