# HG changeset patch # User Yaroslav Zhuravlev # Date 1514465280 -10800 # Node ID 27c53e1cb4b618291d72ce61eb4e9ed22e1763f8 # Parent 8d3b9bda10db07a3e0025a9e7510622e27a94342 Deprecated upstream_conf in the "zone" directive. diff -r 8d3b9bda10db -r 27c53e1cb4b6 xml/en/docs/http/ngx_http_upstream_module.xml --- a/xml/en/docs/http/ngx_http_upstream_module.xml Wed Jan 17 17:02:05 2018 +0300 +++ b/xml/en/docs/http/ngx_http_upstream_module.xml Thu Dec 28 15:48:00 2017 +0300 @@ -10,7 +10,7 @@ + rev="67">
@@ -380,9 +380,14 @@ 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 +The configuration is accessible via the +API module (1.13.3). + +Prior to version 1.13.3, +the configuration was accessible only via a special location handled by . + diff -r 8d3b9bda10db -r 27c53e1cb4b6 xml/en/docs/stream/ngx_stream_upstream_module.xml --- a/xml/en/docs/stream/ngx_stream_upstream_module.xml Wed Jan 17 17:02:05 2018 +0300 +++ b/xml/en/docs/stream/ngx_stream_upstream_module.xml Thu Dec 28 15:48:00 2017 +0300 @@ -9,7 +9,7 @@ + rev="27">
@@ -341,9 +341,14 @@ 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 +The configuration is accessible via the +API module (1.13.3). + +Prior to version 1.13.3, +the configuration was accessible only via a special location handled by . + diff -r 8d3b9bda10db -r 27c53e1cb4b6 xml/ru/docs/http/ngx_http_upstream_module.xml --- a/xml/ru/docs/http/ngx_http_upstream_module.xml Wed Jan 17 17:02:05 2018 +0300 +++ b/xml/ru/docs/http/ngx_http_upstream_module.xml Thu Dec 28 15:48:00 2017 +0300 @@ -10,7 +10,7 @@ + rev="67">
@@ -384,9 +384,14 @@ в таких группах для изменения состава группы или настроек отдельных серверов нет необходимости перезапускать nginx. -Конфигурация доступна через специальный location, +Конфигурация доступна через +модуль API (1.13.3). + +До версии 1.13.3 +конфигурация была доступна только через специальный location, в котором указана директива . + diff -r 8d3b9bda10db -r 27c53e1cb4b6 xml/ru/docs/stream/ngx_stream_upstream_module.xml --- a/xml/ru/docs/stream/ngx_stream_upstream_module.xml Wed Jan 17 17:02:05 2018 +0300 +++ b/xml/ru/docs/stream/ngx_stream_upstream_module.xml Thu Dec 28 15:48:00 2017 +0300 @@ -9,7 +9,7 @@ + rev="27">
@@ -343,9 +343,14 @@ в таких группах для изменения состава группы или настроек отдельных серверов нет необходимости перезапускать nginx. -Конфигурация доступна через специальный location, +Конфигурация доступна через +модуль API (1.13.3). + +До версии 1.13.3 +конфигурация была доступна только через специальный location, в котором указана директива . +