diff xml/en/docs/http/ngx_http_upstream_hc_module.xml @ 1949:8f9c685dfabd

Updated IDs in "health_check" directives.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 30 Mar 2017 21:26:44 +0300
parents 37df1535ea91
children ef22a80a2696
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_upstream_hc_module.xml
+++ b/xml/en/docs/http/ngx_http_upstream_hc_module.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_upstream_hc_module"
         link="/en/docs/http/ngx_http_upstream_hc_module.html"
         lang="en"
-        rev="2">
+        rev="3">
 
 <section id="summary">
 
@@ -128,7 +128,7 @@ referenced in the surrounding location.
 The following optional parameters are supported:
 <list type="tag">
 
-<tag-name id="interval">
+<tag-name id="health_check_interval">
 <literal>interval</literal>=<value>time</value>
 </tag-name>
 <tag-desc>
@@ -145,7 +145,7 @@ each health check will be randomly delay
 by default, there is no delay.
 </tag-desc>
 
-<tag-name id="fails">
+<tag-name id="health_check_fails">
 <literal>fails</literal>=<value>number</value>
 </tag-name>
 <tag-desc>
@@ -154,7 +154,7 @@ after which this server will be consider
 by default, 1.
 </tag-desc>
 
-<tag-name id="passes">
+<tag-name id="health_check_passes">
 <literal>passes</literal>=<value>number</value>
 </tag-name>
 <tag-desc>
@@ -163,7 +163,7 @@ after which the server will be considere
 by default, 1.
 </tag-desc>
 
-<tag-name id="uri">
+<tag-name id="health_check_uri">
 <literal>uri</literal>=<value>uri</value>
 </tag-name>
 <tag-desc>
@@ -181,7 +181,7 @@ If the parameter is not specified,
 the server will be initially considered healthy.
 </tag-desc>
 
-<tag-name id="hc_match">
+<tag-name id="health_check_match">
 <literal>match</literal>=<value>name</value>
 </tag-name>
 <tag-desc>