annotate conf/mime.types @ 648:f200748c0ac8 NGINX_1_1_8

nginx 1.1.8 *) Change: the ngx_http_limit_zone_module was renamed to the ngx_http_limit_conn_module. *) Change: the "limit_zone" directive was superseded by the "limit_conn_zone" directive with a new syntax. *) Feature: support for multiple "limit_conn" limits on the same level. *) Feature: the "image_filter_sharpen" directive. *) Bugfix: a segmentation fault might occur in a worker process if resolver got a big DNS response. Thanks to Ben Hawkes. *) Bugfix: in cache key calculation if internal MD5 implementation was used; the bug had appeared in 1.0.4. *) Bugfix: the "If-Modified-Since", "If-Range", etc. client request header lines might be passed to backend while caching; or not passed without caching if caching was enabled in another part of the configuration. *) Bugfix: the module ngx_http_mp4_module sent incorrect "Content-Length" response header line if the "start" argument was used. Thanks to Piotr Sikora.
author Igor Sysoev <http://sysoev.ru>
date Mon, 14 Nov 2011 00:00:00 +0400
parents 615b5ea36fc0
children 4d05413aebad
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f0b350454894 nginx 0.1.0
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
1
f0b350454894 nginx 0.1.0
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
2 types {
138
8e6d4d96ec4c nginx 0.3.16
Igor Sysoev <http://sysoev.ru>
parents: 116
diff changeset
3 text/html html htm shtml;
116
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
4 text/css css;
382
984bb0b1399b nginx 0.7.3
Igor Sysoev <http://sysoev.ru>
parents: 330
diff changeset
5 text/xml xml;
138
8e6d4d96ec4c nginx 0.3.16
Igor Sysoev <http://sysoev.ru>
parents: 116
diff changeset
6 image/gif gif;
8e6d4d96ec4c nginx 0.3.16
Igor Sysoev <http://sysoev.ru>
parents: 116
diff changeset
7 image/jpeg jpeg jpg;
8e6d4d96ec4c nginx 0.3.16
Igor Sysoev <http://sysoev.ru>
parents: 116
diff changeset
8 application/x-javascript js;
274
052a7b1d40e5 nginx 0.5.7
Igor Sysoev <http://sysoev.ru>
parents: 258
diff changeset
9 application/atom+xml atom;
382
984bb0b1399b nginx 0.7.3
Igor Sysoev <http://sysoev.ru>
parents: 330
diff changeset
10 application/rss+xml rss;
138
8e6d4d96ec4c nginx 0.3.16
Igor Sysoev <http://sysoev.ru>
parents: 116
diff changeset
11
258
6ae1357b7b7c nginx 0.4.14
Igor Sysoev <http://sysoev.ru>
parents: 216
diff changeset
12 text/mathml mml;
116
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
13 text/plain txt;
258
6ae1357b7b7c nginx 0.4.14
Igor Sysoev <http://sysoev.ru>
parents: 216
diff changeset
14 text/vnd.sun.j2me.app-descriptor jad;
6ae1357b7b7c nginx 0.4.14
Igor Sysoev <http://sysoev.ru>
parents: 216
diff changeset
15 text/vnd.wap.wml wml;
116
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
16 text/x-component htc;
0
f0b350454894 nginx 0.1.0
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
17
116
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
18 image/png png;
258
6ae1357b7b7c nginx 0.4.14
Igor Sysoev <http://sysoev.ru>
parents: 216
diff changeset
19 image/tiff tif tiff;
6ae1357b7b7c nginx 0.4.14
Igor Sysoev <http://sysoev.ru>
parents: 216
diff changeset
20 image/vnd.wap.wbmp wbmp;
116
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
21 image/x-icon ico;
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
22 image/x-jng jng;
258
6ae1357b7b7c nginx 0.4.14
Igor Sysoev <http://sysoev.ru>
parents: 216
diff changeset
23 image/x-ms-bmp bmp;
330
5e3b425174f6 nginx 0.6.9
Igor Sysoev <http://sysoev.ru>
parents: 274
diff changeset
24 image/svg+xml svg;
648
f200748c0ac8 nginx 1.1.8
Igor Sysoev <http://sysoev.ru>
parents: 646
diff changeset
25 image/webp webp;
0
f0b350454894 nginx 0.1.0
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
26
116
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
27 application/java-archive jar war ear;
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
28 application/mac-binhex40 hqx;
258
6ae1357b7b7c nginx 0.4.14
Igor Sysoev <http://sysoev.ru>
parents: 216
diff changeset
29 application/msword doc;
116
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
30 application/pdf pdf;
258
6ae1357b7b7c nginx 0.4.14
Igor Sysoev <http://sysoev.ru>
parents: 216
diff changeset
31 application/postscript ps eps ai;
6ae1357b7b7c nginx 0.4.14
Igor Sysoev <http://sysoev.ru>
parents: 216
diff changeset
32 application/rtf rtf;
6ae1357b7b7c nginx 0.4.14
Igor Sysoev <http://sysoev.ru>
parents: 216
diff changeset
33 application/vnd.ms-excel xls;
6ae1357b7b7c nginx 0.4.14
Igor Sysoev <http://sysoev.ru>
parents: 216
diff changeset
34 application/vnd.ms-powerpoint ppt;
6ae1357b7b7c nginx 0.4.14
Igor Sysoev <http://sysoev.ru>
parents: 216
diff changeset
35 application/vnd.wap.wmlc wmlc;
400
6ebbca3d5ed7 nginx 0.7.12
Igor Sysoev <http://sysoev.ru>
parents: 382
diff changeset
36 application/vnd.google-earth.kml+xml kml;
6ebbca3d5ed7 nginx 0.7.12
Igor Sysoev <http://sysoev.ru>
parents: 382
diff changeset
37 application/vnd.google-earth.kmz kmz;
564
da3c99095432 nginx 0.8.34
Igor Sysoev <http://sysoev.ru>
parents: 400
diff changeset
38 application/x-7z-compressed 7z;
116
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
39 application/x-cocoa cco;
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
40 application/x-java-archive-diff jardiff;
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
41 application/x-java-jnlp-file jnlp;
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
42 application/x-makeself run;
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
43 application/x-perl pl pm;
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
44 application/x-pilot prc pdb;
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
45 application/x-rar-compressed rar;
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
46 application/x-redhat-package-manager rpm;
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
47 application/x-sea sea;
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
48 application/x-shockwave-flash swf;
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
49 application/x-stuffit sit;
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
50 application/x-tcl tcl tk;
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
51 application/x-x509-ca-cert der pem crt;
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
52 application/x-xpinstall xpi;
614
bb20316269e4 nginx 0.9.5
Igor Sysoev <http://sysoev.ru>
parents: 606
diff changeset
53 application/xhtml+xml xhtml;
116
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
54 application/zip zip;
0
f0b350454894 nginx 0.1.0
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
55
258
6ae1357b7b7c nginx 0.4.14
Igor Sysoev <http://sysoev.ru>
parents: 216
diff changeset
56 application/octet-stream bin exe dll;
116
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
57 application/octet-stream deb;
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
58 application/octet-stream dmg;
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
59 application/octet-stream eot;
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
60 application/octet-stream iso img;
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
61 application/octet-stream msi msp msm;
0
f0b350454894 nginx 0.1.0
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
62
258
6ae1357b7b7c nginx 0.4.14
Igor Sysoev <http://sysoev.ru>
parents: 216
diff changeset
63 audio/midi mid midi kar;
116
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
64 audio/mpeg mp3;
606
9ad199846233 nginx 0.9.1
Igor Sysoev <http://sysoev.ru>
parents: 564
diff changeset
65 audio/ogg ogg;
646
615b5ea36fc0 nginx 1.1.7
Igor Sysoev <http://sysoev.ru>
parents: 638
diff changeset
66 audio/x-m4a m4a;
116
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
67 audio/x-realaudio ra;
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
68
258
6ae1357b7b7c nginx 0.4.14
Igor Sysoev <http://sysoev.ru>
parents: 216
diff changeset
69 video/3gpp 3gpp 3gp;
638
f5a8cf31a203 nginx 1.1.3
Igor Sysoev <http://sysoev.ru>
parents: 614
diff changeset
70 video/mp4 mp4;
116
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
71 video/mpeg mpeg mpg;
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
72 video/quicktime mov;
648
f200748c0ac8 nginx 1.1.8
Igor Sysoev <http://sysoev.ru>
parents: 646
diff changeset
73 video/webm webm;
116
e38f51cd0905 nginx 0.3.5
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
74 video/x-flv flv;
646
615b5ea36fc0 nginx 1.1.7
Igor Sysoev <http://sysoev.ru>
parents: 638
diff changeset
75 video/x-m4v m4v;
258
6ae1357b7b7c nginx 0.4.14
Igor Sysoev <http://sysoev.ru>
parents: 216
diff changeset
76 video/x-mng mng;
198
e6da4931e0e0 nginx 0.3.46
Igor Sysoev <http://sysoev.ru>
parents: 138
diff changeset
77 video/x-ms-asf asx asf;
258
6ae1357b7b7c nginx 0.4.14
Igor Sysoev <http://sysoev.ru>
parents: 216
diff changeset
78 video/x-ms-wmv wmv;
6ae1357b7b7c nginx 0.4.14
Igor Sysoev <http://sysoev.ru>
parents: 216
diff changeset
79 video/x-msvideo avi;
0
f0b350454894 nginx 0.1.0
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
80 }