# HG changeset patch # User Ruslan Ermilov # Date 1395386720 -14400 # Node ID 948c853f5d22a0250f6c5d9f896a0fc9aff34c8f # Parent 2e28d1c4a0a2e4c8e79cbcfdfa37d5c123a62a7e Upstream: improved "server resolve". Added missing full stop at the sentence end, added "example". 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="19">
@@ -216,12 +216,13 @@ Default value is zero, meaning there is monitors changes of the IP addresses that correspond to a domain name of the server, and automatically modifies the upstream configuration -without the need of restarting nginx (1.5.12) +without the need of restarting nginx (1.5.12). In order for this parameter to work, the directive must be specified in the block. +Example: http { resolver 10.0.0.1; 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 @@ -186,12 +186,13 @@ 5 запросов на backend1.example.com отслеживает изменения IP-адресов, соответствующих доменному имени сервера, и автоматически изменяет конфигурацию группы -без необходимости перезапуска nginx (1.5.12) +без необходимости перезапуска nginx (1.5.12). Для работы этого параметра директива должна быть задана в блоке . +Пример: http { resolver 10.0.0.1;