changeset 2225:e2c3d17d0f58

Unified wording of upstream keepalive directives.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 28 Aug 2018 16:37:52 +0300
parents 0d55b8bddbe9
children c57947bf27b7
files xml/en/docs/http/ngx_http_upstream_module.xml xml/ru/docs/http/ngx_http_upstream_module.xml
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_upstream_module.xml
+++ b/xml/en/docs/http/ngx_http_upstream_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_upstream_module"
         link="/en/docs/http/ngx_http_upstream_module.html"
         lang="en"
-        rev="74">
+        rev="75">
 
 <section id="summary">
 
@@ -650,7 +650,7 @@ SCGI and uwsgi protocols do not have a n
 
 <para>
 Sets the maximum number of requests that can be
-served through one keep-alive connection.
+served through one keepalive connection.
 After the maximum number of requests is made, the connection is closed.
 </para>
 
@@ -664,7 +664,7 @@ After the maximum number of requests is 
 <appeared-in>1.15.3</appeared-in>
 
 <para>
-Sets a timeout during which a keep-alive
+Sets a timeout during which an idle keepalive
 connection to an upstream server will stay open.
 </para>
 
--- a/xml/ru/docs/http/ngx_http_upstream_module.xml
+++ b/xml/ru/docs/http/ngx_http_upstream_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_upstream_module"
         link="/ru/docs/http/ngx_http_upstream_module.html"
         lang="ru"
-        rev="74">
+        rev="75">
 
 <section id="summary">
 
@@ -658,7 +658,7 @@ server {
 
 <para>
 Задаёт максимальное число запросов, которые можно
-сделать по одному keep-alive соединению.
+сделать по одному постоянному соединению.
 После того как сделано максимальное число запросов,
 соединение закрывается.
 </para>
@@ -673,7 +673,7 @@ server {
 <appeared-in>1.15.3</appeared-in>
 
 <para>
-Задаёт таймаут, в течение которого keep-alive
+Задаёт таймаут, в течение которого неактивное постоянное
 соединение с сервером группы не будет закрыто.
 </para>