From 3338cfdfbc5522ca96319ece6d21ddc4d1dce45d Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 11 May 2006 14:43:47 +0000 Subject: nginx-0.3.46-RELEASE import *) 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. --- docs/xml/nginx/changes.xml | 56 +++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 51 insertions(+), 5 deletions(-) (limited to 'docs/xml/nginx') diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 7657a5cc5..8f77faa20 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,52 @@ nginx changelog + + + + +директивы proxy_hide_header, proxy_pass_header, fastcgi_hide_header +и fastcgi_pass_header. + + +the "proxy_hide_header", "proxy_pass_header", "fastcgi_hide_header", +and "fastcgi_pass_header" directives. + + + + + +директивы proxy_x_powered_by, fastcgi_x_powered_by и proxy_pass_server +упразднены. + + +the "proxy_pass_x_powered_by", "fastcgi_x_powered_by", and "proxy_pass_server" +directives were canceled. + + + + + +в режиме прокси поддерживается строка заголовка "X-Accel-Buffering" +в ответе бэкенда. + + +the "X-Accel-Buffering" response header line is supported in proxy mode. + + + + + +ошибок и утечек памяти при переконфигурации в модуле ngx_http_perl_module. + + +the reconfiguration bug and memory leaks in the ngx_http_perl_module. + + + + + + @@ -777,7 +823,7 @@ only after a successful completion of a request. директива restrict_host_names упразднена. -the "restrict_host_names" directive is canceled. +the "restrict_host_names" directive was canceled. @@ -1057,7 +1103,7 @@ the ngx_http_perl_module supports the $r->args and $r->unescape methods. метод $r->query_string в модуле ngx_http_perl_module упразднён. -the method $r->query_string of ngx_http_perl_module is canceled. +the method $r->query_string of ngx_http_perl_module was canceled. @@ -2684,7 +2730,7 @@ Thanks to Alexandr Kukushkin. перенесена на глобальный уровень. -the "ssl_engine" directive is canceled in the ngx_http_ssl_module +the "ssl_engine" directive was canceled in the ngx_http_ssl_module and now is introduced at global level. @@ -2934,7 +2980,7 @@ became shorter in the "ps" command. The changes in the ngx_http_charset_module: -the "default_charset" directive is canceled; +the "default_charset" directive was canceled; the "charset" directive sets the response charset; the "source_charset" directive sets the source charset only. @@ -3673,7 +3719,7 @@ proxy_set_header. the "proxy_set_header" directive. -The "proxy_x_var" is canceled and must be replaced with the proxy_set_header +The "proxy_x_var" was canceled and must be replaced with the proxy_set_header directive. -- cgit