diff conf/mime.types @ 198:e6da4931e0e0 NGINX_0_3_46

nginx 0.3.46 *) Feature: the "proxy_hide_header", "proxy_pass_header", "fastcgi_hide_header", and "fastcgi_pass_header" directives. *) Change: the "proxy_pass_x_powered_by", "fastcgi_x_powered_by", and "proxy_pass_server" directives were canceled. *) Feature: the "X-Accel-Buffering" response header line is supported in proxy mode. *) Bugfix: the reconfiguration bug and memory leaks in the ngx_http_perl_module.
author Igor Sysoev <http://sysoev.ru>
date Thu, 11 May 2006 00:00:00 +0400
parents 8e6d4d96ec4c
children fa32d59d9a15
line wrap: on
line diff
--- a/conf/mime.types
+++ b/conf/mime.types
@@ -49,5 +49,6 @@ types {
     video/x-flv                           flv;
     video/x-msvideo                       avi;
     video/x-ms-wmv                        wmv;
+    video/x-ms-asf                        asx asf;
     video/x-mng                           mng;
 }