diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 2e96b23d3..7f20f19af 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,38 @@ nginx changelog + + + + +параметры delete и ranges в директиве geo. + + +the "delete" and "ranges" parameters in the "geo" directive. + + + + + +ускорение загрузки geo-базы с большим числом значений. + + +speeding up loading of geo base with large number of values. + + + + + +уменьшение памяти, необходимой для загрузки geo-базы. + + +decrease of memory required for geo base load. + + + + + + @@ -5761,11 +5793,11 @@ then the proxied request was sent unescaped. -метод $r->headers_in("Cookie") модуля ngx_http_perl_module теперь возвращает +метод $r->header_in("Cookie") модуля ngx_http_perl_module теперь возвращает все строки "Cookie" в заголовке запроса. -the $r->headers_in("Cookie") of the ngx_http_perl_module now returns +the $r->header_in("Cookie") of the ngx_http_perl_module now returns all "Cookie" header lines.