comparison xml/en/docs/http/ngx_http_status_module.xml @ 2028:5c55b7054b58

Updated docs for the upcoming NGINX Plus release.
author Ruslan Ermilov <ru@nginx.com>
date Sat, 26 Aug 2017 00:56:05 +0300
parents 6b6d0e844bf7
children 283b1e67eaa6
comparison
equal deleted inserted replaced
2027:dabca59da4ce 2028:5c55b7054b58
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_http_status_module" 9 <module name="Module ngx_http_status_module"
10 link="/en/docs/http/ngx_http_status_module.html" 10 link="/en/docs/http/ngx_http_status_module.html"
11 lang="en" 11 lang="en"
12 rev="16"> 12 rev="17">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_status_module</literal> module provides 17 The <literal>ngx_http_status_module</literal> module provides
18 access to various status information. 18 access to various status information.
19 <note>
20 This module was superseded by the
21 <link doc="ngx_http_api_module.xml">ngx_http_api_module</link> module
22 in 1.13.0.
23 </note>
19 </para> 24 </para>
20 25
21 <para> 26 <para>
22 <note> 27 <note>
23 This module is available as part of our 28 This module is available as part of our
893 <tag-name><literal>active</literal></tag-name> 898 <tag-name><literal>active</literal></tag-name>
894 <tag-desc> 899 <tag-desc>
895 The current number of connections. 900 The current number of connections.
896 </tag-desc> 901 </tag-desc>
897 902
903 <tag-name><literal>max_conns</literal></tag-name>
904 <tag-desc>
905 The <link doc="../stream/ngx_stream_upstream_module.xml" id="max_conns"/> limit
906 for the server.
907 </tag-desc>
908
898 <tag-name><literal>connections</literal></tag-name> 909 <tag-name><literal>connections</literal></tag-name>
899 <tag-desc> 910 <tag-desc>
900 The total number of 911 The total number of
901 client connections forwarded to this server. 912 client connections forwarded to this server.
902 </tag-desc> 913 </tag-desc>