diff 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
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_upstream_module.xml
+++ b/xml/en/docs/http/ngx_http_upstream_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_upstream_module"
         link="/en/docs/http/ngx_http_upstream_module.html"
         lang="en"
-        rev="72">
+        rev="73">
 
 <section id="summary">
 
@@ -418,7 +418,7 @@ state /var/db/nginx/state/servers.conf; 
 The state is currently limited to the list of servers with their parameters.
 The file is read when parsing the configuration and is updated each time
 the upstream configuration is
-<link doc="ngx_http_upstream_conf_module.xml" id="upstream_conf">changed</link>.
+<link doc="ngx_http_api_module.xml" id="http_upstreams_http_upstream_name_servers_">changed</link>.
 Changing the file content directly should be avoided.
 The directive cannot be used
 along with the <link id="server"/> directive.