# HG changeset patch # User Yaroslav Zhuravlev # Date 1530103294 -10800 # Node ID 5ad35130cc7fbf9b3361b6c0cc887eadf1f8ba39 # Parent 52d603f58bca1e16f46a29526f1660ab862445fa Added links to variables in least_time. diff --git a/xml/en/docs/stream/ngx_stream_upstream_module.xml b/xml/en/docs/stream/ngx_stream_upstream_module.xml --- a/xml/en/docs/stream/ngx_stream_upstream_module.xml +++ b/xml/en/docs/stream/ngx_stream_upstream_module.xml @@ -9,7 +9,7 @@ + rev="29">
@@ -475,11 +475,15 @@ weighted round-robin balancing method. If the connect parameter is specified, -time to connect to the upstream server is used. +time to +connect +to the upstream server is used. If the first_byte parameter is specified, -time to receive the first byte of data is used. +time to receive the +first byte of data is used. If the last_byte is specified, -time to receive the last byte of data is used. +time to receive the +last byte of data is used. If the inflight parameter is specified (1.11.6), incomplete connections are also taken into account. diff --git a/xml/ru/docs/stream/ngx_stream_upstream_module.xml b/xml/ru/docs/stream/ngx_stream_upstream_module.xml --- a/xml/ru/docs/stream/ngx_stream_upstream_module.xml +++ b/xml/ru/docs/stream/ngx_stream_upstream_module.xml @@ -9,7 +9,7 @@ + rev="29">
@@ -476,11 +476,14 @@ hash $remote_addr; Если указан параметр connect, -то учитывается время соединения с сервером группы. +то учитывается время +соединения с сервером группы. Если указан параметр first_byte, -то учитывается время получения первого байта данных. +то учитывается время получения +первого байта данных. Если указан параметр last_byte, -то учитывается время получения ответа. +то учитывается время получения +ответа. Если указан параметр inflight (1.11.6), то также учитываются незавершённые соединения.