comparison conf/mime.types @ 138:8e6d4d96ec4c NGINX_0_3_16

nginx 0.3.16 *) Feature: the ngx_http_map_module. *) Feature: the "types_hash_max_size" and "types_hash_bucket_size" directives. *) Feature: the "ssi_value_length" directive. *) Feature: the "worker_rlimit_core" directive. *) Workaround: the connection number in logs was always 1 if nginx was built by the icc 8.1 or 9.0 compilers with optimization for Pentium 4. *) Bugfix: the "config timefmt" SSI command set incorrect time format. *) Bugfix: nginx did not close connection to IMAP/POP3 backend for the SSL connections; bug appeared in 0.3.13. Thanks to Rob Mueller. *) Bugfix: segmentation fault may occurred in at SSL shutdown; bug appeared in 0.3.13.
author Igor Sysoev <http://sysoev.ru>
date Fri, 16 Dec 2005 00:00:00 +0300
parents e38f51cd0905
children e6da4931e0e0
comparison
equal deleted inserted replaced
137:768f51dd150b 138:8e6d4d96ec4c
1 1
2 types { 2 types {
3 text/html html htm shtml;
3 text/css css; 4 text/css css;
4 text/html html htm shtml; 5 text/xml xml rss;
6 image/gif gif;
7 image/jpeg jpeg jpg;
8 application/x-javascript js;
9
5 text/plain txt; 10 text/plain txt;
6 text/xml xml rss;
7 text/x-component htc; 11 text/x-component htc;
8 text/mathml mml; 12 text/mathml mml;
9 13
10 image/gif gif;
11 image/jpeg jpeg jpg;
12 image/png png; 14 image/png png;
13 image/x-icon ico; 15 image/x-icon ico;
14 image/x-jng jng; 16 image/x-jng jng;
15 17
16 application/java-archive jar war ear; 18 application/java-archive jar war ear;
17 application/mac-binhex40 hqx; 19 application/mac-binhex40 hqx;
18 application/pdf pdf; 20 application/pdf pdf;
19 application/x-cocoa cco; 21 application/x-cocoa cco;
20 application/x-javascript js;
21 application/x-java-archive-diff jardiff; 22 application/x-java-archive-diff jardiff;
22 application/x-java-jnlp-file jnlp; 23 application/x-java-jnlp-file jnlp;
23 application/x-makeself run; 24 application/x-makeself run;
24 application/x-perl pl pm; 25 application/x-perl pl pm;
25 application/x-pilot prc pdb; 26 application/x-pilot prc pdb;