comparison CHANGES.ru @ 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 8759b346e431
children d2ae1c9f1fd3
comparison
equal deleted inserted replaced
197:93658b91fad2 198:e6da4931e0e0
1
2 Изменения в nginx 0.3.46 11.05.2006
3
4 *) Добавление: директивы proxy_hide_header, proxy_pass_header,
5 fastcgi_hide_header и fastcgi_pass_header.
6
7 *) Изменение: директивы proxy_x_powered_by, fastcgi_x_powered_by и
8 proxy_pass_server упразднены.
9
10 *) Добавление: в режиме прокси поддерживается строка заголовка
11 "X-Accel-Buffering" в ответе бэкенда.
12
13 *) Исправление: ошибок и утечек памяти при переконфигурации в модуле
14 ngx_http_perl_module.
15
1 16
2 Изменения в nginx 0.3.45 06.05.2006 17 Изменения в nginx 0.3.45 06.05.2006
3 18
4 *) Добавление: директивы ssl_verify_client, ssl_verify_depth и 19 *) Добавление: директивы ssl_verify_client, ssl_verify_depth и
5 ssl_client_certificate. 20 ssl_client_certificate.