changeset 1891:6225d50b3cba

Replaced semicolon with dot in health_check.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 18 Jan 2017 15:35:43 +0300
parents 82ef6dd12534
children 0a769f5f874c
files xml/en/docs/http/ngx_http_upstream_module.xml xml/en/docs/stream/ngx_stream_upstream_module.xml xml/ru/docs/http/ngx_http_upstream_module.xml xml/ru/docs/stream/ngx_stream_upstream_module.xml
diffstat 4 files changed, 37 insertions(+), 37 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_upstream_module.xml	Wed Jan 18 15:33:34 2017 +0300
+++ b/xml/en/docs/http/ngx_http_upstream_module.xml	Wed Jan 18 15:35:43 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_upstream_module"
         link="/en/docs/http/ngx_http_upstream_module.html"
         lang="en"
-        rev="57">
+        rev="58">
 
 <section id="summary">
 
@@ -752,7 +752,7 @@
 </tag-name>
 <tag-desc>
 sets the interval between two consecutive health checks,
-by default, 5 seconds;
+by default, 5 seconds.
 </tag-desc>
 
 <tag-name id="health_check_jitter">
@@ -761,7 +761,7 @@
 <tag-desc>
 sets the time within which
 each health check will be randomly delayed,
-by default, there is no delay;
+by default, there is no delay.
 </tag-desc>
 
 <tag-name id="fails">
@@ -770,7 +770,7 @@
 <tag-desc>
 sets the number of consecutive failed health checks of a particular server
 after which this server will be considered unhealthy,
-by default, 1;
+by default, 1.
 </tag-desc>
 
 <tag-name id="passes">
@@ -779,7 +779,7 @@
 <tag-desc>
 sets the number of consecutive passed health checks of a particular server
 after which the server will be considered healthy,
-by default, 1;
+by default, 1.
 </tag-desc>
 
 <tag-name id="uri">
@@ -787,7 +787,7 @@
 </tag-name>
 <tag-desc>
 defines the URI used in health check requests,
-by default, “<literal>/</literal>”;
+by default, “<literal>/</literal>”.
 </tag-desc>
 
 <tag-name id="hc_match">
@@ -795,8 +795,8 @@
 </tag-name>
 <tag-desc>
 specifies the <literal>match</literal> block configuring the tests that a
-response should pass in order for a health check to pass;
-by default, the response should have status code 2xx or 3xx;
+response should pass in order for a health check to pass.
+By default, the response should have status code 2xx or 3xx.
 </tag-desc>
 
 <tag-name id="health_check_port">
@@ -804,8 +804,8 @@
 </tag-name>
 <tag-desc>
 defines the port used when connecting to a server
-to perform a health check (1.9.7);
-by default, equals the <link id="server"/> port.
+to perform a health check (1.9.7).
+By default, equals the <link id="server"/> port.
 </tag-desc>
 
 </list>
--- a/xml/en/docs/stream/ngx_stream_upstream_module.xml	Wed Jan 18 15:33:34 2017 +0300
+++ b/xml/en/docs/stream/ngx_stream_upstream_module.xml	Wed Jan 18 15:35:43 2017 +0300
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_upstream_module"
         link="/en/docs/stream/ngx_stream_upstream_module.html"
         lang="en"
-        rev="22">
+        rev="23">
 
 <section id="summary">
 
@@ -503,7 +503,7 @@
 </tag-name>
 <tag-desc>
 sets the interval between two consecutive health checks,
-by default, 5 seconds;
+by default, 5 seconds.
 </tag-desc>
 
 <tag-name id="health_check_jitter">
@@ -512,7 +512,7 @@
 <tag-desc>
 sets the time within which
 each health check will be randomly delayed,
-by default, there is no delay;
+by default, there is no delay.
 </tag-desc>
 
 <tag-name id="fails">
@@ -521,7 +521,7 @@
 <tag-desc>
 sets the number of consecutive failed health checks of a particular server
 after which this server will be considered unhealthy,
-by default, 1;
+by default, 1.
 </tag-desc>
 
 <tag-name id="passes">
@@ -530,7 +530,7 @@
 <tag-desc>
 sets the number of consecutive passed health checks of a particular server
 after which the server will be considered healthy,
-by default, 1;
+by default, 1.
 </tag-desc>
 
 <tag-name id="hc_match">
@@ -540,7 +540,7 @@
 specifies the <literal>match</literal> block configuring the tests that a
 successful connection should pass in order for a health check to pass.
 By default,
-only the ability to establish a TCP connection with the server is checked;
+only the ability to establish a TCP connection with the server is checked.
 </tag-desc>
 
 <tag-name id="health_check_port">
@@ -548,8 +548,8 @@
 </tag-name>
 <tag-desc>
 defines the port used when connecting to a server
-to perform a health check (1.9.7);
-by default, equals the <link id="server"/> port;
+to perform a health check (1.9.7).
+By default, equals the <link id="server"/> port.
 </tag-desc>
 
 <tag-name id="health_check_udp">
--- a/xml/ru/docs/http/ngx_http_upstream_module.xml	Wed Jan 18 15:33:34 2017 +0300
+++ b/xml/ru/docs/http/ngx_http_upstream_module.xml	Wed Jan 18 15:35:43 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_upstream_module"
         link="/ru/docs/http/ngx_http_upstream_module.html"
         lang="ru"
-        rev="57">
+        rev="58">
 
 <section id="summary">
 
@@ -759,7 +759,7 @@
 </tag-name>
 <tag-desc>
 задаёт интервал между двумя последовательными проверками,
-по умолчанию 5 секунд;
+по умолчанию 5 секунд.
 </tag-desc>
 
 <tag-name id="health_check_jitter">
@@ -768,7 +768,7 @@
 <tag-desc>
 задаёт время, в пределах которого
 случайным образом задерживается каждая проверка,
-по умолчанию задержки нет;
+по умолчанию задержки нет.
 </tag-desc>
 
 <tag-name id="fails">
@@ -777,7 +777,7 @@
 <tag-desc>
 задаёт число последовательных неуспешных проверок для определённого сервера,
 после которых сервер будет считаться неработоспособным,
-по умолчанию 1;
+по умолчанию 1.
 </tag-desc>
 
 <tag-name id="passes">
@@ -786,7 +786,7 @@
 <tag-desc>
 задаёт число последовательных успешных проверок для определённого сервера,
 после которых сервер будет считаться работоспособным,
-по умолчанию 1;
+по умолчанию 1.
 </tag-desc>
 
 <tag-name id="uri">
@@ -794,7 +794,7 @@
 </tag-name>
 <tag-desc>
 задаёт URI, используемый в запросах, проверяющих работоспособность,
-по умолчанию “<literal>/</literal>”;
+по умолчанию “<literal>/</literal>”.
 </tag-desc>
 
 <tag-name id="hc_match">
@@ -802,8 +802,8 @@
 </tag-name>
 <tag-desc>
 указывает на блок <literal>match</literal> с условиями, которым должен
-удовлетворять ответ, чтобы результат проверки считался успешным;
-по умолчанию код ответа должен быть 2xx или 3xx;
+удовлетворять ответ, чтобы результат проверки считался успешным.
+По умолчанию код ответа должен быть 2xx или 3xx.
 </tag-desc>
 
 <tag-name id="health_check_port">
@@ -811,8 +811,8 @@
 </tag-name>
 <tag-desc>
 задаёт порт, используемый при подключении к серверу
-для проверки его работоспособности (1.9.7);
-по умолчанию совпадает с портом <link id="server">сервера</link>.
+для проверки его работоспособности (1.9.7).
+По умолчанию совпадает с портом <link id="server">сервера</link>.
 </tag-desc>
 
 </list>
--- a/xml/ru/docs/stream/ngx_stream_upstream_module.xml	Wed Jan 18 15:33:34 2017 +0300
+++ b/xml/ru/docs/stream/ngx_stream_upstream_module.xml	Wed Jan 18 15:35:43 2017 +0300
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_stream_upstream_module"
         link="/ru/docs/stream/ngx_stream_upstream_module.html"
         lang="ru"
-        rev="22">
+        rev="23">
 
 <section id="summary">
 
@@ -503,7 +503,7 @@
 </tag-name>
 <tag-desc>
 задаёт интервал между двумя последовательными проверками,
-по умолчанию 5 секунд;
+по умолчанию 5 секунд.
 </tag-desc>
 
 <tag-name id="health_check_jitter">
@@ -512,7 +512,7 @@
 <tag-desc>
 задаёт время, в пределах которого
 случайным образом задерживается каждая проверка,
-по умолчанию задержки нет;
+по умолчанию задержки нет.
 </tag-desc>
 
 <tag-name id="fails">
@@ -521,7 +521,7 @@
 <tag-desc>
 задаёт число последовательных неуспешных проверок для определённого сервера,
 после которых сервер будет считаться неработоспособным,
-по умолчанию 1;
+по умолчанию 1.
 </tag-desc>
 
 <tag-name id="passes">
@@ -530,7 +530,7 @@
 <tag-desc>
 задаёт число последовательных успешных проверок для определённого сервера,
 после которых сервер будет считаться работоспособным,
-по умолчанию 1;
+по умолчанию 1.
 </tag-desc>
 
 <tag-name id="hc_match">
@@ -538,8 +538,8 @@
 </tag-name>
 <tag-desc>
 указывает на блок <literal>match</literal> с условиями, которым должно
-удовлетворять соединение, чтобы результат проверки считался успешным;
-по умолчанию проверяется лишь возможность установки TCP-соединения с сервером;
+удовлетворять соединение, чтобы результат проверки считался успешным.
+По умолчанию проверяется лишь возможность установки TCP-соединения с сервером.
 </tag-desc>
 
 <tag-name id="health_check_port">
@@ -547,8 +547,8 @@
 </tag-name>
 <tag-desc>
 задаёт порт, используемый при подключении к серверу
-для проверки его работоспособности (1.9.7);
-по умолчанию совпадает с портом <link id="server">сервера</link>.
+для проверки его работоспособности (1.9.7).
+По умолчанию совпадает с портом <link id="server">сервера</link>.
 </tag-desc>
 
 <tag-name id="health_check_udp">