comparison xml/en/docs/http/ngx_http_status_module.xml @ 1559:d876f94135ac

Added info about limiting access to status.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 07 Sep 2015 09:06:49 +0300
parents f5b5eefc43cb
children ed420c318557
comparison
equal deleted inserted replaced
1558:5af97459842b 1559:d876f94135ac
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="6"> 12 rev="7">
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
124 <default/> 124 <default/>
125 <context>location</context> 125 <context>location</context>
126 126
127 <para> 127 <para>
128 The status information will be accessible from the surrounding location. 128 The status information will be accessible from the surrounding location.
129 Access to this location should be
130 <link doc="ngx_http_core_module.xml" id="satisfy">limited</link>.
129 </para> 131 </para>
130 132
131 </directive> 133 </directive>
132 134
133 135