# HG changeset patch # User Yaroslav Zhuravlev # Date 1618322716 -3600 # Node ID 06805824d0f03741800389134fc22b571dd2749d # Parent 6ca9548f46e04d3328aef0ccd19f27aae24ac7ff Documented the keepalive_time directive. diff --git a/xml/en/docs/http/ngx_http_core_module.xml b/xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml +++ b/xml/en/docs/http/ngx_http_core_module.xml @@ -10,7 +10,7 @@ + rev="94">
@@ -950,6 +950,24 @@ could result in excessive memory usage a + +time +1h +http +server +location +1.19.10 + + +Limits the maximum time during which +requests can be processed through one keep-alive connection. +After this time is reached, the connection is closed +following the subsequent request processing. + + + + + timeout 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="86">
@@ -659,6 +659,22 @@ could result in excessive memory usage a + +time +1h +upstream +1.19.10 + + +Limits the maximum time during which +requests can be processed through one keepalive connection. +After this time is reached, the connection is closed +following the subsequent request processing. + + + + + timeout 60s diff --git a/xml/ru/docs/http/ngx_http_core_module.xml b/xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml +++ b/xml/ru/docs/http/ngx_http_core_module.xml @@ -10,7 +10,7 @@ + rev="94">
@@ -946,6 +946,24 @@ location = /404.html { + +время +1h +http +server +location +1.19.10 + + +Ограничивает максимальное время, в течение которого +могут обрабатываться запросы в рамках keep-alive соединения. +По достижении заданного времени соединение закрывается +после обработки очередного запроса. + + + + + таймаут 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 @@ -10,7 +10,7 @@ + rev="86">
@@ -668,6 +668,22 @@ server { + +время +1h +upstream +1.19.10 + + +Ограничивает максимальное время, в течение которого +могут обрабатываться запросы в рамках постоянного соединения. +По достижении заданного времени соединение закрывается +после обработки очередного запроса. + + + + + таймаут 60s