diff xml/en/docs/http/ngx_http_api_module_head.xml @ 2221:45a2b90247ad

Added "status_zone" to the API module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 24 Apr 2018 18:55:54 +0300
parents f6e578b1b02d
children d5e576eb7677
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_api_module_head.xml
+++ b/xml/en/docs/http/ngx_http_api_module_head.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_api_module"
         link="/en/docs/http/ngx_http_api_module.html"
         lang="en"
-        rev="1">
+        rev="2">
 
 <section id="summary">
 
@@ -159,6 +159,24 @@ http://127.0.0.1/api/3/nginx?fields=vers
 
 </directive>
 
+
+<directive name="status_zone">
+<syntax><value>zone</value></syntax>
+<default/>
+<context>server</context>
+<appeared-in>1.13.12</appeared-in>
+
+<para>
+Enables collection of virtual
+<link doc="ngx_http_core_module.xml" id="server">http</link>
+or
+<link doc="../stream/ngx_stream_core_module.xml" id="server">stream</link>
+server status information in the specified <value>zone</value>.
+Several servers may share the same zone.
+</para>
+
+</directive>
+
 </section>
 
 <section id="compatibility" name="Compatibility">