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