add mime types from default mime.types
This commit is contained in:
parent
838caf43a6
commit
9aed41388d
|
@ -3,9 +3,11 @@
|
||||||
types {
|
types {
|
||||||
text/html html htm shtml;
|
text/html html htm shtml;
|
||||||
text/css css;
|
text/css css;
|
||||||
|
# application/rss+xml causes some browsers to start a download
|
||||||
text/xml xml rss;
|
text/xml xml rss;
|
||||||
image/gif gif;
|
image/gif gif;
|
||||||
image/jpeg jpeg jpg;
|
image/jpeg jpeg jpg;
|
||||||
|
# http://www.rfc-editor.org/rfc/rfc4329.txt
|
||||||
application/javascript js;
|
application/javascript js;
|
||||||
application/atom+xml atom;
|
application/atom+xml atom;
|
||||||
|
|
||||||
|
@ -32,11 +34,16 @@ types {
|
||||||
application/postscript ps eps ai;
|
application/postscript ps eps ai;
|
||||||
application/rtf rtf;
|
application/rtf rtf;
|
||||||
application/vnd.ms-excel xls;
|
application/vnd.ms-excel xls;
|
||||||
|
application/vnd.ms-fontobject eot;
|
||||||
application/vnd.ms-powerpoint ppt;
|
application/vnd.ms-powerpoint ppt;
|
||||||
application/vnd.wap.wmlc wmlc;
|
application/vnd.wap.wmlc wmlc;
|
||||||
application/vnd.wap.xhtml+xml xhtml;
|
application/vnd.wap.xhtml+xml xhtml;
|
||||||
|
application/vnd.google-earth.kml+xml kml;
|
||||||
|
application/vnd.google-earth.kmz kmz;
|
||||||
|
application/x-7z-compressed 7z;
|
||||||
application/x-chrome-extension crx;
|
application/x-chrome-extension crx;
|
||||||
application/x-cocoa cco;
|
application/x-cocoa cco;
|
||||||
|
application/x-font-ttf ttf ttc;
|
||||||
application/x-java-archive-diff jardiff;
|
application/x-java-archive-diff jardiff;
|
||||||
application/x-java-jnlp-file jnlp;
|
application/x-java-jnlp-file jnlp;
|
||||||
application/x-makeself run;
|
application/x-makeself run;
|
||||||
|
@ -57,12 +64,12 @@ types {
|
||||||
application/octet-stream dmg;
|
application/octet-stream dmg;
|
||||||
application/octet-stream iso img;
|
application/octet-stream iso img;
|
||||||
application/octet-stream msi msp msm;
|
application/octet-stream msi msp msm;
|
||||||
application/octet-stream safariextz
|
application/octet-stream safariextz;
|
||||||
|
|
||||||
audio/midi mid midi kar;
|
audio/midi mid midi kar;
|
||||||
audio/mpeg mp3;
|
audio/mpeg mp3;
|
||||||
audio/x-realaudio ra;
|
|
||||||
audio/ogg oga ogg;
|
audio/ogg oga ogg;
|
||||||
|
audio/x-realaudio ra;
|
||||||
audio/x-wav wav;
|
audio/x-wav wav;
|
||||||
|
|
||||||
video/3gpp 3gpp 3gp;
|
video/3gpp 3gpp 3gp;
|
||||||
|
@ -76,8 +83,6 @@ types {
|
||||||
video/x-ms-wmv wmv;
|
video/x-ms-wmv wmv;
|
||||||
video/x-msvideo avi;
|
video/x-msvideo avi;
|
||||||
|
|
||||||
application/vnd.ms-fontobject eot;
|
|
||||||
application/x-font-ttf ttf ttc;
|
|
||||||
font/opentype otf;
|
font/opentype otf;
|
||||||
font/woff woff;
|
font/woff woff;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue