comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 2222:0974dc0a6209

Changed link from upstream_conf to api in "state".
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 07 May 2018 14:45:49 +0300
parents 03f8a9c5e8ae
children a692df6ef304
comparison
equal deleted inserted replaced
2221:45a2b90247ad 2222:0974dc0a6209
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="72"> 13 rev="73">
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
416 416
417 <para> 417 <para>
418 The state is currently limited to the list of servers with their parameters. 418 The state is currently limited to the list of servers with their parameters.
419 The file is read when parsing the configuration and is updated each time 419 The file is read when parsing the configuration and is updated each time
420 the upstream configuration is 420 the upstream configuration is
421 <link doc="ngx_http_upstream_conf_module.xml" id="upstream_conf">changed</link>. 421 <link doc="ngx_http_api_module.xml" id="http_upstreams_http_upstream_name_servers_">changed</link>.
422 Changing the file content directly should be avoided. 422 Changing the file content directly should be avoided.
423 The directive cannot be used 423 The directive cannot be used
424 along with the <link id="server"/> directive. 424 along with the <link id="server"/> directive.
425 </para> 425 </para>
426 426