changeset 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 5af97459842b
children dad3af7a1019
files xml/en/docs/http/ngx_http_status_module.xml xml/ru/docs/http/ngx_http_status_module.xml
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_status_module.xml
+++ b/xml/en/docs/http/ngx_http_status_module.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_status_module"
         link="/en/docs/http/ngx_http_status_module.html"
         lang="en"
-        rev="6">
+        rev="7">
 
 <section id="summary">
 
@@ -126,6 +126,8 @@ It requires the locations “<literal>/status</literal>” and
 
 <para>
 The status information will be accessible from the surrounding location.
+Access to this location should be
+<link doc="ngx_http_core_module.xml" id="satisfy">limited</link>.
 </para>
 
 </directive>
--- a/xml/ru/docs/http/ngx_http_status_module.xml
+++ b/xml/ru/docs/http/ngx_http_status_module.xml
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_http_status_module"
         link="/ru/docs/http/ngx_http_status_module.html"
         lang="ru"
-        rev="6">
+        rev="7">
 
 <section id="summary">
 
@@ -128,6 +128,8 @@ http://127.0.0.1/status/stream/upstreams
 
 <para>
 Информация о состоянии будет доступна из содержащего location.
+Доступ в location следует
+<link doc="ngx_http_core_module.xml" id="satisfy">ограничить</link>.
 </para>
 
 </directive>