comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 1232:ab2ea38f3512

Upstream: least_conn description corresponds to the Russian text.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 18 Jun 2014 14:44:00 +0400
parents 6cc809881694
children 726e8f47763c
comparison
equal deleted inserted replaced
1231:270d59722694 1232:ab2ea38f3512
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_upstream_module" 10 <module name="Module ngx_http_upstream_module"
11 link="/en/docs/http/ngx_http_upstream_module.html" 11 link="/en/docs/http/ngx_http_upstream_module.html"
12 lang="en" 12 lang="en"
13 rev="24"> 13 rev="25">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_upstream_module</literal> module 18 The <literal>ngx_http_upstream_module</literal> module
506 506
507 <para> 507 <para>
508 Specifies that a group should use a load balancing method where a request 508 Specifies that a group should use a load balancing method where a request
509 is passed to the server with the least number of active connections, 509 is passed to the server with the least number of active connections,
510 taking into account weights of servers. 510 taking into account weights of servers.
511 If there are several such servers, they are tried using a 511 If there are several such servers, they are tried in turn using a
512 weighted round-robin balancing method. 512 weighted round-robin balancing method.
513 </para> 513 </para>
514 514
515 </directive> 515 </directive>
516 516