From 8290d287b40f017404ef90dc93cc793f987d1492 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 3 Feb 2006 12:58:48 +0000 Subject: nginx-0.3.26-RELEASE import *) Change: the "optimize_host_names" directive was renamed to the "optimize_server_names". *) Bugfix: if in the "proxy_pass" directive was no the URI part, then the main request URI was transferred to a backend while proxying the SSI subrequest. --- docs/xml/nginx/changes.xml | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) (limited to 'docs/xml/nginx') diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 22d1e0914..19593eb78 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,31 @@ nginx changelog + + + + +директива optimize_host_names переименована в optimize_server_names. + + +the "optimize_host_names" directive was renamed to the "optimize_server_names". + + + + + +при проксировании подзапроса в SSI бэкенду передавался URI основного запроса, +если в директиве proxy_pass отсутствовал URI. + + +if in the "proxy_pass" directive was no the URI part, then the main request +URI was transferred to a backend while proxying the SSI subrequest. + + + + + + @@ -53,13 +78,13 @@ to a client. при использовании большого количества лог-файлов происходила утечка памяти. -the memory leaks were occuring if many log files were used. +the memory leaks were occurring if many log files were used. -внтури одного location работала только первая директива proxy_redirect. +внутри одного location работала только первая директива proxy_redirect. the first "proxy_redirect" directive was working inside one location. @@ -69,7 +94,7 @@ the first "proxy_redirect" directive was working inside one location. на 64-битных платформах при старте мог произойти segmentation fault, -если использовалось большое количиство имён в директивах server_name; +если использовалось большое количество имён в директивах server_name; ошибка появилась в 0.3.18. @@ -163,7 +188,7 @@ the ngx_http_perl_module. -директива valid_referers разрешает использовать рефереры cовсем без URI. +директива valid_referers разрешает использовать рефереры совсем без URI. the "valid_referers" directive allows the referreres without URI part. -- cgit