# HG changeset patch # User Vladimir Homutov # Date 1356524298 0 # Node ID 9e5847af3b2d8b9d6e3f7f531d19f525d0d0e5ef # Parent bc49234345916ccbe5964617925c35316dd75622 Documented the "proxy_headers_hash_bucket/max_size" directives. diff --git a/xml/en/docs/http/ngx_http_proxy_module.xml b/xml/en/docs/http/ngx_http_proxy_module.xml --- a/xml/en/docs/http/ngx_http_proxy_module.xml +++ b/xml/en/docs/http/ngx_http_proxy_module.xml @@ -10,7 +10,7 @@ + rev="7">
@@ -610,6 +610,42 @@ proxy_cookie_path ~*^/user/([^/]+) /u/$1 + +size +64 +http +server +location + + +Sets the bucket size for hash tables +used by the and +directives. +Details of setting up hash tables are provided in a separate +document. + + + + + + +size +512 +http +server +location + + +Sets the maximum size of hash tables +used by the and +directives. +Details of setting up hash tables are provided in a separate +document. + + + + + field diff --git a/xml/ru/docs/http/ngx_http_proxy_module.xml b/xml/ru/docs/http/ngx_http_proxy_module.xml --- a/xml/ru/docs/http/ngx_http_proxy_module.xml +++ b/xml/ru/docs/http/ngx_http_proxy_module.xml @@ -10,7 +10,7 @@ + rev="7">
@@ -608,6 +608,42 @@ proxy_cookie_path ~*^/user/([^/]+) /u/$1 + +размер +64 +http +server +location + + +Задаёт размер корзины для хэш-таблиц, +используемых директивами . +Подробнее настройка хэш-таблиц обсуждается в отдельном +документе. + + + + + + +размер +512 +http +server +location + + +Задаёт максимальный размер хэш-таблиц, +используемых директивами и +. +Подробнее настройка хэш-таблиц обсуждается в отдельном +документе. + + + + + поле