comparison CHANGES.ru @ 656:9d21dad0b5a1 NGINX_1_1_12

nginx 1.1.12 *) Change: a "proxy_pass" directive without URI part now uses changed URI after redirection with the "error_page" directive; Thanks to Lanshun Zhou. *) Feature: the "proxy/fastcgi/scgi/uwsgi_cache_lock", "proxy/fastcgi/scgi/uwsgi_cache_lock_timeout" directives. *) Feature: the "pcre_jit" directive. *) Feature: the "if" SSI command supports captures in regular expressions. *) Bugfix: the "if" SSI command did not work inside the "block" command. *) Bugfix: the "limit_conn_log_level" and "limit_req_log_level" directives might not work. *) Bugfix: the "limit_rate" directive did not allow to use full throughput, even if limit value was very high. *) Bugfix: the "sendfile_max_chunk" directive did not work, if the "limit_rate" directive was used. *) Bugfix: a "proxy_pass" directive without URI part always used original request URI if variables were used. *) Bugfix: a "proxy_pass" directive without URI part might use original request after redirection with the "try_files" directive; Thanks to Lanshun Zhou. *) Bugfix: in the ngx_http_scgi_module. *) Bugfix: in the ngx_http_mp4_module. *) Bugfix: nginx could not be built on Solaris; the bug had appeared in 1.1.9.
author Igor Sysoev <http://sysoev.ru>
date Mon, 26 Dec 2011 00:00:00 +0400
parents 753f505670e0
children 5a4401b9551b
comparison
equal deleted inserted replaced
655:189afff6503f 656:9d21dad0b5a1
1
2 Изменения в nginx 1.1.12 26.12.2011
3
4 *) Изменение: после перенаправления запроса с помощью директивы
5 error_page директива proxy_pass без URI теперь использует изменённый
6 URI;
7 Спасибо Lanshun Zhou.
8
9 *) Добавление: директивы proxy/fastcgi/scgi/uwsgi_cache_lock,
10 proxy/fastcgi/scgi/uwsgi_cache_lock_timeout.
11
12 *) Добавление: директива pcre_jit.
13
14 *) Добавление: SSI команда if поддерживает выделения в регулярных
15 выражениях.
16
17 *) Исправление: SSI команда if не работала внутри команды block.
18
19 *) Исправление: директивы limit_conn_log_level и limit_req_log_level
20 могли не работать.
21
22 *) Исправление: директива limit_rate не позволяла передавать на полной
23 скорости, даже если был указан очень большой лимит.
24
25 *) Исправление: директива sendfile_max_chunk не работала, если
26 использовалась директива limit_rate.
27
28 *) Исправление: если в директиве proxy_pass использовались переменные и
29 не был указан URI, всегда использовался URI исходного запроса.
30
31 *) Исправление: после перенаправления запроса с помощью директивы
32 try_files директива proxy_pass без URI могла использовать URI
33 исходного запроса;
34 Спасибо Lanshun Zhou.
35
36 *) Исправление: в модуле ngx_http_scgi_module.
37
38 *) Исправление: в модуле ngx_http_mp4_module.
39
40 *) Исправление: nginx не собирался на Solaris; ошибка появилась в 1.1.9.
41
1 42
2 Изменения в nginx 1.1.11 12.12.2011 43 Изменения в nginx 1.1.11 12.12.2011
3 44
4 *) Добавление: параметр so_keepalive в директиве listen. 45 *) Добавление: параметр so_keepalive в директиве listen.
5 Спасибо Всеволоду Стахову. 46 Спасибо Всеволоду Стахову.