comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 2197:03f8a9c5e8ae

Updated link in the "random" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 02 Jul 2018 18:53:12 +0300
parents 2c56f91c304a
children 0974dc0a6209
comparison
equal deleted inserted replaced
2196:5ad35130cc7f 2197:03f8a9c5e8ae
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="71"> 13 rev="72">
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
817 </para> 817 </para>
818 818
819 <para> 819 <para>
820 The optional <literal>two</literal> parameter 820 The optional <literal>two</literal> parameter
821 instructs nginx to randomly select 821 instructs nginx to randomly select
822 <link url="http://www.eecs.harvard.edu/~michaelm/postscripts/handbook2001.pdf">two</link> 822 <link url="https://homes.cs.washington.edu/~karlin/papers/balls.pdf">two</link>
823 servers and then choose a server 823 servers and then choose a server
824 using the specified <literal>method</literal>. 824 using the specified <literal>method</literal>.
825 The default method is <literal>least_conn</literal> 825 The default method is <literal>least_conn</literal>
826 which passes a request to a server 826 which passes a request to a server
827 with the least number of active connections. 827 with the least number of active connections.