comparison conf/mime.types @ 116:e38f51cd0905 NGINX_0_3_5

nginx 0.3.5 *) Bugfix: the segmentation fault may occurred if the IMAP/POP3 login was changed by authorization server; bug appeared in 0.2.2. *) Bugfix: the accept mutex did not work and all connections were handled by one process; bug appeared in 0.3.3. *) Bugfix: the timeout did not work if the "rtsig" method and the "timer_resolution" directive were used.
author Igor Sysoev <http://sysoev.ru>
date Fri, 21 Oct 2005 00:00:00 +0400
parents b55cbf18157e
children 8e6d4d96ec4c
comparison
equal deleted inserted replaced
115:45a230988aa5 116:e38f51cd0905
1 1
2 types { 2 types {
3 text/html html htm shtml; 3 text/css css;
4 text/xml xml rss; 4 text/html html htm shtml;
5 text/css css; 5 text/plain txt;
6 text/plain txt; 6 text/xml xml rss;
7 text/x-component htc; 7 text/x-component htc;
8 text/mathml mml;
8 9
9 image/gif gif; 10 image/gif gif;
10 image/png png; 11 image/jpeg jpeg jpg;
11 image/jpeg jpeg jpg; 12 image/png png;
12 image/x-icon ico; 13 image/x-icon ico;
13 image/x-jng jng; 14 image/x-jng jng;
14 15
15 application/pdf pdf; 16 application/java-archive jar war ear;
16 application/x-shockwave-flash swf; 17 application/mac-binhex40 hqx;
17 application/x-javascript js; 18 application/pdf pdf;
18 application/x-rar-compressed rar; 19 application/x-cocoa cco;
19 application/x-xpinstall xpi; 20 application/x-javascript js;
20 application/x-x509-ca-cert der pem crt; 21 application/x-java-archive-diff jardiff;
22 application/x-java-jnlp-file jnlp;
23 application/x-makeself run;
24 application/x-perl pl pm;
25 application/x-pilot prc pdb;
26 application/x-rar-compressed rar;
27 application/x-redhat-package-manager rpm;
28 application/x-sea sea;
29 application/x-shockwave-flash swf;
30 application/x-stuffit sit;
31 application/x-tcl tcl tk;
32 application/x-x509-ca-cert der pem crt;
33 application/x-xpinstall xpi;
34 application/zip zip;
21 35
22 audio/mpeg mp3; 36 application/octet-stream deb;
23 audio/x-realaudio ra; 37 application/octet-stream bin exe dll;
38 application/octet-stream dmg;
39 application/octet-stream eot;
40 application/octet-stream iso img;
41 application/octet-stream msi msp msm;
24 42
25 video/mpeg mpeg mpg; 43 audio/mpeg mp3;
26 video/quicktime mov; 44 audio/x-realaudio ra;
27 video/x-flv flv; 45
28 video/x-msvideo avi; 46 video/mpeg mpeg mpg;
29 video/x-ms-wmv wmv; 47 video/quicktime mov;
30 video/x-mng mng; 48 video/x-flv flv;
49 video/x-msvideo avi;
50 video/x-ms-wmv wmv;
51 video/x-mng mng;
31 } 52 }