comparison xml/ru/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 63f16dda96dc
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="Модуль ngx_http_status_module" 9 <module name="Модуль ngx_http_status_module"
10 link="/ru/docs/http/ngx_http_status_module.html" 10 link="/ru/docs/http/ngx_http_status_module.html"
11 lang="ru" 11 lang="ru"
12 rev="6"> 12 rev="7">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 Модуль <literal>ngx_http_status_module</literal> предоставляет 17 Модуль <literal>ngx_http_status_module</literal> предоставляет
126 <default/> 126 <default/>
127 <context>location</context> 127 <context>location</context>
128 128
129 <para> 129 <para>
130 Информация о состоянии будет доступна из содержащего location. 130 Информация о состоянии будет доступна из содержащего location.
131 Доступ в location следует
132 <link doc="ngx_http_core_module.xml" id="satisfy">ограничить</link>.
131 </para> 133 </para>
132 134
133 </directive> 135 </directive>
134 136
135 137