comparison xml/en/docs/http/ngx_http_stub_status_module.xml @ 1600:dd190baef1e7

Added example to the note in the "stub_status" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 16 Nov 2015 13:28:49 +0300
parents c9b202d6c426
children 5cacd6fffade
comparison
equal deleted inserted replaced
1599:12714bbf9230 1600:dd190baef1e7
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_stub_status_module" 10 <module name="Module ngx_http_stub_status_module"
11 link="/en/docs/http/ngx_http_stub_status_module.html" 11 link="/en/docs/http/ngx_http_stub_status_module.html"
12 lang="en" 12 lang="en"
13 rev="2"> 13 rev="3">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_stub_status_module</literal> module provides 18 The <literal>ngx_http_stub_status_module</literal> module provides
62 </para> 62 </para>
63 63
64 <para> 64 <para>
65 <note> 65 <note>
66 In versions prior to 1.7.5, 66 In versions prior to 1.7.5,
67 the directive required an arbitrary argument. 67 the directive syntax required an arbitrary argument, for example,
68 “<literal>stub_status on</literal>”.
68 </note> 69 </note>
69 </para> 70 </para>
70 71
71 </directive> 72 </directive>
72 73