comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 1854:dca985318cfe

Documented default value for server route in sticky route.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 28 Nov 2016 21:19:55 +0300
parents 56b6244ddadb
children 6f2c5a36b4d1
comparison
equal deleted inserted replaced
1853:8868945bbe97 1854:dca985318cfe
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="55"> 13 rev="56">
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
1143 All subsequent requests from this client will carry routing information 1143 All subsequent requests from this client will carry routing information
1144 in a cookie or URI. 1144 in a cookie or URI.
1145 This information is compared with the “<literal>route</literal>” parameter 1145 This information is compared with the “<literal>route</literal>” parameter
1146 of the <link id="server"/> directive to identify the server to which the 1146 of the <link id="server"/> directive to identify the server to which the
1147 request should be proxied. 1147 request should be proxied.
1148 If the “<literal>route</literal>” parameter is not specified, the route name
1149 will be a hexadecimal representation of the MD5 hash of the IP address and port,
1150 or of the UNIX-domain socket path.
1148 If the designated server cannot process a request, the new server is 1151 If the designated server cannot process a request, the new server is
1149 selected by the configured balancing method as if there is no routing 1152 selected by the configured balancing method as if there is no routing
1150 information in the request. 1153 information in the request.
1151 </para> 1154 </para>
1152 1155