comparison 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
comparison
equal deleted inserted replaced
647:bec017127243 648:f200748c0ac8
20 image/vnd.wap.wbmp wbmp; 20 image/vnd.wap.wbmp wbmp;
21 image/x-icon ico; 21 image/x-icon ico;
22 image/x-jng jng; 22 image/x-jng jng;
23 image/x-ms-bmp bmp; 23 image/x-ms-bmp bmp;
24 image/svg+xml svg; 24 image/svg+xml svg;
25 image/webp webp;
25 26
26 application/java-archive jar war ear; 27 application/java-archive jar war ear;
27 application/mac-binhex40 hqx; 28 application/mac-binhex40 hqx;
28 application/msword doc; 29 application/msword doc;
29 application/pdf pdf; 30 application/pdf pdf;
67 68
68 video/3gpp 3gpp 3gp; 69 video/3gpp 3gpp 3gp;
69 video/mp4 mp4; 70 video/mp4 mp4;
70 video/mpeg mpeg mpg; 71 video/mpeg mpeg mpg;
71 video/quicktime mov; 72 video/quicktime mov;
73 video/webm webm;
72 video/x-flv flv; 74 video/x-flv flv;
73 video/x-m4v m4v; 75 video/x-m4v m4v;
74 video/x-mng mng; 76 video/x-mng mng;
75 video/x-ms-asf asx asf; 77 video/x-ms-asf asx asf;
76 video/x-ms-wmv wmv; 78 video/x-ms-wmv wmv;