comparison conf/mime.types @ 646:615b5ea36fc0 NGINX_1_1_7

nginx 1.1.7 *) Feature: support of several resolvers in the "resolver" directive. Thanks to Kirill A. Korinskiy. *) Bugfix: a segmentation fault occurred on start or while reconfiguration if the "ssl" directive was used at http level and there was no "ssl_certificate" defined. *) Bugfix: reduced memory consumption while proxying of big files if they were buffered to disk. *) Bugfix: a segmentation fault might occur in a worker process if "proxy_http_version 1.1" directive was used. *) Bugfix: in the "expires @time" directive.
author Igor Sysoev <http://sysoev.ru>
date Mon, 31 Oct 2011 00:00:00 +0400
parents f5a8cf31a203
children f200748c0ac8
comparison
equal deleted inserted replaced
645:e461dead01e9 646:615b5ea36fc0
60 application/octet-stream msi msp msm; 60 application/octet-stream msi msp msm;
61 61
62 audio/midi mid midi kar; 62 audio/midi mid midi kar;
63 audio/mpeg mp3; 63 audio/mpeg mp3;
64 audio/ogg ogg; 64 audio/ogg ogg;
65 audio/x-m4a m4a;
65 audio/x-realaudio ra; 66 audio/x-realaudio ra;
66 67
67 video/3gpp 3gpp 3gp; 68 video/3gpp 3gpp 3gp;
68 video/mp4 mp4; 69 video/mp4 mp4;
69 video/mpeg mpeg mpg; 70 video/mpeg mpeg mpg;
70 video/quicktime mov; 71 video/quicktime mov;
71 video/x-flv flv; 72 video/x-flv flv;
73 video/x-m4v m4v;
72 video/x-mng mng; 74 video/x-mng mng;
73 video/x-ms-asf asx asf; 75 video/x-ms-asf asx asf;
74 video/x-ms-wmv wmv; 76 video/x-ms-wmv wmv;
75 video/x-msvideo avi; 77 video/x-msvideo avi;
76 } 78 }