--- nginx-0.8.34/conf/mime.types.orig 2010-03-10 08:31:56.000000000 +0000 +++ nginx-0.8.34/conf/mime.types 2010-03-10 08:37:58.000000000 +0000 @@ -1,8 +1,11 @@ types { text/html html htm shtml; + text/calendar ics ifb; text/css css; - text/xml xml; + text/csv csv; + text/xml xml xsl; + text/dtd dtd; image/gif gif; image/jpeg jpeg jpg; application/x-javascript js; @@ -10,9 +13,10 @@ application/rss+xml rss; text/mathml mml; - text/plain txt; + text/plain txt text conf def list log in; text/vnd.sun.j2me.app-descriptor jad; text/vnd.wap.wml wml; + text/vnd.wap.wmlscript wmls; text/x-component htc; image/png png; @@ -21,13 +25,27 @@ image/x-icon ico; image/x-jng jng; image/x-ms-bmp bmp; - image/svg+xml svg; + image/svg+xml svg svgz; + image/vnd.adobe.photoshop psd; + image/vnd.djvu djvu djv; + image/vnd.dwg dwg; + image/vnd.dxf dxf; application/java-archive jar war ear; application/mac-binhex40 hqx; + application/mp4 mp4s; application/msword doc; + application/ogg ogx; application/pdf pdf; + application/pkcs10 p10; + application/pkcs7-mime p7m p7c; + application/pkcs7-signature p7s; + application/pkix-cert cer; + application/pkix-crl crl; + application/pkix-pkipath pkipath; + application/pkixcmp pki; application/postscript ps eps ai; + application/rdf+xml rdf; application/rtf rtf; application/vnd.ms-excel xls; application/vnd.ms-powerpoint ppt; @@ -35,6 +53,8 @@ application/vnd.wap.xhtml+xml xhtml; application/vnd.google-earth.kml+xml kml; application/vnd.google-earth.kmz kmz; + application/vnd.mozilla.xul+xml xul; + application/vnd.symbian.install sis; application/x-7z-compressed 7z; application/x-cocoa cco; application/x-java-archive-diff jardiff; @@ -60,15 +80,26 @@ application/octet-stream msi msp msm; audio/midi mid midi kar; + audio/mp4 mp4a; audio/mpeg mp3; + audio/ogg oga ogg spx; audio/x-realaudio ra; video/3gpp 3gpp 3gp; + video/3gpp2 3g2; + video/h261 h261; + video/h263 h263; + video/h264 h264; + video/jpeg jpgv; + video/mp4 mp4 mp4v mpg4; video/mpeg mpeg mpg; - video/quicktime mov; + video/ogg ogv; + video/quicktime qt mov; video/x-flv flv; video/x-mng mng; video/x-ms-asf asx asf; video/x-ms-wmv wmv; video/x-msvideo avi; + + x-epoc/x-sisx-app sisx; }