Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-05-11 18:43:47 +0400
committerIgor Sysoev <igor@sysoev.ru>2006-05-11 18:43:47 +0400
commit3338cfdfbc5522ca96319ece6d21ddc4d1dce45d (patch)
tree1e668fefd76a974c8ffdb0db6813022a6eb64e76 /conf
parent418843dc7f2ff90ae371f41e5fea810e10e59317 (diff)
nginx-0.3.46-RELEASE importrelease-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.
Diffstat (limited to 'conf')
-rw-r--r--conf/mime.types1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/mime.types b/conf/mime.types
index e17c3d1d5..818133a4a 100644
--- 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;
}