# HG changeset patch # User Yaroslav Zhuravlev # Date 1395315710 -14400 # Node ID 9a9aa8e9d12c11cdc5cd7e9629e2cb6382243186 # Parent 594093ef96b1654caee04523ea42b9e66a509b46 Rephrased the "zone" directive, translated into Russian. diff --git a/xml/en/docs/http/ngx_http_upstream_module.xml b/xml/en/docs/http/ngx_http_upstream_module.xml --- a/xml/en/docs/http/ngx_http_upstream_module.xml +++ b/xml/en/docs/http/ngx_http_upstream_module.xml @@ -10,7 +10,7 @@ + rev="15">
@@ -254,13 +254,14 @@ are ignored, and such a server will neve upstream -Makes the group dynamically configurable. -Defines the name and size of a shared -memory zone that keeps group’s configuration and run-time state that are +Defines the name and size of the shared +memory zone that keeps the group’s configuration and run-time state that are shared between worker processes. -Such groups allow to add, remove, and modify servers at run time. -The configuration is accessible via a special location handled by -. +Such groups allow changing the group membership +or modifying the settings of a particular server +without the need of restarting nginx. +The configuration is accessible via a special location +handled by . diff --git a/xml/ru/docs/http/ngx_http_upstream_module.xml b/xml/ru/docs/http/ngx_http_upstream_module.xml --- a/xml/ru/docs/http/ngx_http_upstream_module.xml +++ b/xml/ru/docs/http/ngx_http_upstream_module.xml @@ -192,6 +192,30 @@ upstream backend { + +имя размер + +upstream + + +Задаёт имя и размер зоны разделяемой памяти, +в которой хранятся конфигурация группы и рабочее состояние, +разделяемые между рабочими процессами. +В таких группах возможно изменение состава группы или +настроек отдельных серверов без необходимости перезапуска nginx. +Конфигурация доступна через специальный location, +для которого указана директива . + + + + +Эта директива доступна как часть . + + + + + +