comparison xml/en/docs/http/ngx_http_status_module.xml @ 2230:283b1e67eaa6

Updated docs for the upcoming NGINX Plus release.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 30 Aug 2018 22:53:18 +0300
parents 5c55b7054b58
children 375a3dfde23b
comparison
equal deleted inserted replaced
2229:f134633cff5c 2230:283b1e67eaa6
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="17"> 12 rev="18">
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> 19 <note>
20 This module was superseded by the 20 This module was available as part of our
21 <commercial_version>commercial subscription</commercial_version>
22 until 1.13.10.
23 It was superseded by the
21 <link doc="ngx_http_api_module.xml">ngx_http_api_module</link> module 24 <link doc="ngx_http_api_module.xml">ngx_http_api_module</link> module
22 in 1.13.0. 25 in 1.13.3.
23 </note>
24 </para>
25
26 <para>
27 <note>
28 This module is available as part of our
29 <commercial_version>commercial subscription</commercial_version>.
30 </note> 26 </note>
31 </para> 27 </para>
32 28
33 </section> 29 </section>
34 30