comparison CHANGES.ru @ 412:b246022ef454 NGINX_0_7_18

nginx 0.7.18 *) Change: the "underscores_in_headers" directive; now nginx does not allows underscores in a client request header line names. *) Feature: the ngx_http_secure_link_module. *) Feature: the "real_ip_header" directive supports any header. *) Feature: the "log_subrequest" directive. *) Feature: the $realpath_root variable. *) Feature: the "http_502" and "http_504" parameters of the "proxy_next_upstream" directive. *) Bugfix: the "http_503" parameter of the "proxy_next_upstream" or "fastcgi_next_upstream" directives did not work. *) Bugfix: nginx might send a "Transfer-Encoding: chunked" heaer line for HEAD requests. *) Bugfix: now accept threshold depends on worker_connections.
author Igor Sysoev <http://sysoev.ru>
date Mon, 13 Oct 2008 00:00:00 +0400
parents a8e3f1441eec
children 4b19c15c95eb
comparison
equal deleted inserted replaced
411:b453a4324c60 412:b246022ef454
1
2 Изменения в nginx 0.7.18 13.10.2008
3
4 *) Изменение: директива underscores_in_headers; теперь nginx по
5 умолчанию не разрешает подчёркивания в именах строк в заголовке
6 запроса клиента.
7
8 *) Добавление: модуль ngx_http_secure_link_module.
9
10 *) Добавление: директива real_ip_header поддерживает любой заголовок.
11
12 *) Добавление: директива log_subrequest.
13
14 *) Добавление: переменная $realpath_root.
15
16 *) Добавление: параметры http_502 и http_504 в директиве
17 proxy_next_upstream.
18
19 *) Исправление: параметр http_503 в директивах proxy_next_upstream или
20 fastcgi_next_upstream не работал.
21
22 *) Исправление: nginx мог выдавать строку "Transfer-Encoding: chunked"
23 для запросов HEAD.
24
25 *) Исправление: теперь accept-лимит зависит от числа worker_connections.
26
1 27
2 Изменения в nginx 0.7.17 15.09.2008 28 Изменения в nginx 0.7.17 15.09.2008
3 29
4 *) Добавление: директива directio теперь работает на Linux. 30 *) Добавление: директива directio теперь работает на Linux.
5 31