# HG changeset patch # User Yaroslav Zhuravlev # Date 1618322716 -3600 # Node ID 06805824d0f03741800389134fc22b571dd2749d # Parent 6ca9548f46e04d3328aef0ccd19f27aae24ac7ff Documented the keepalive_time directive. diff -r 6ca9548f46e0 -r 06805824d0f0 xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Tue Apr 13 15:45:02 2021 +0300 +++ b/xml/en/docs/http/ngx_http_core_module.xml Tue Apr 13 15:05:16 2021 +0100 @@ -10,7 +10,7 @@ + rev="94">
@@ -950,6 +950,24 @@ + +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 -r 6ca9548f46e0 -r 06805824d0f0 xml/en/docs/http/ngx_http_upstream_module.xml --- a/xml/en/docs/http/ngx_http_upstream_module.xml Tue Apr 13 15:45:02 2021 +0300 +++ b/xml/en/docs/http/ngx_http_upstream_module.xml Tue Apr 13 15:05:16 2021 +0100 @@ -10,7 +10,7 @@ + rev="86">
@@ -659,6 +659,22 @@ + +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 -r 6ca9548f46e0 -r 06805824d0f0 xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml Tue Apr 13 15:45:02 2021 +0300 +++ b/xml/ru/docs/http/ngx_http_core_module.xml Tue Apr 13 15:05:16 2021 +0100 @@ -10,7 +10,7 @@ + rev="94">
@@ -946,6 +946,24 @@ + +время +1h +http +server +location +1.19.10 + + +Ограничивает максимальное время, в течение которого +могут обрабатываться запросы в рамках keep-alive соединения. +По достижении заданного времени соединение закрывается +после обработки очередного запроса. + + + + + таймаут diff -r 6ca9548f46e0 -r 06805824d0f0 xml/ru/docs/http/ngx_http_upstream_module.xml --- a/xml/ru/docs/http/ngx_http_upstream_module.xml Tue Apr 13 15:45:02 2021 +0300 +++ b/xml/ru/docs/http/ngx_http_upstream_module.xml Tue Apr 13 15:05:16 2021 +0100 @@ -10,7 +10,7 @@ + rev="86">
@@ -668,6 +668,22 @@ + +время +1h +upstream +1.19.10 + + +Ограничивает максимальное время, в течение которого +могут обрабатываться запросы в рамках постоянного соединения. +По достижении заданного времени соединение закрывается +после обработки очередного запроса. + + + + + таймаут 60s