comparison xml/en/docs/stream/ngx_stream_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 283b1e67eaa6
comparison
equal deleted inserted replaced
2221:45a2b90247ad 2222:0974dc0a6209
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_upstream_module" 9 <module name="Module ngx_stream_upstream_module"
10 link="/en/docs/stream/ngx_stream_upstream_module.html" 10 link="/en/docs/stream/ngx_stream_upstream_module.html"
11 lang="en" 11 lang="en"
12 rev="30"> 12 rev="31">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_upstream_module</literal> module (1.9.0) 17 The <literal>ngx_stream_upstream_module</literal> module (1.9.0)
375 375
376 <para> 376 <para>
377 The state is currently limited to the list of servers with their parameters. 377 The state is currently limited to the list of servers with their parameters.
378 The file is read when parsing the configuration and is updated each time 378 The file is read when parsing the configuration and is updated each time
379 the upstream configuration is 379 the upstream configuration is
380 <link doc="ngx_http_upstream_conf_module.xml" id="upstream_conf">changed</link>. 380 <link doc="ngx_http_api_module.xml" id="stream_upstreams_stream_upstream_name_servers_">changed</link>.
381 Changing the file content directly should be avoided. 381 Changing the file content directly should be avoided.
382 The directive cannot be used 382 The directive cannot be used
383 along with the <link id="server"/> directive. 383 along with the <link id="server"/> directive.
384 </para> 384 </para>
385 385