# HG changeset patch # User Yaroslav Zhuravlev # Date 1441606009 -10800 # Node ID d876f94135ac23ad3785d1230ccb5912492e76af # Parent 5af97459842baa30f914673c4eb071a266cdbe02 Added info about limiting access to status. diff --git a/xml/en/docs/http/ngx_http_status_module.xml b/xml/en/docs/http/ngx_http_status_module.xml --- a/xml/en/docs/http/ngx_http_status_module.xml +++ b/xml/en/docs/http/ngx_http_status_module.xml @@ -9,7 +9,7 @@ + rev="7">
@@ -126,6 +126,8 @@ It requires the locations “/status” and The status information will be accessible from the surrounding location. +Access to this location should be +limited. diff --git a/xml/ru/docs/http/ngx_http_status_module.xml b/xml/ru/docs/http/ngx_http_status_module.xml --- a/xml/ru/docs/http/ngx_http_status_module.xml +++ b/xml/ru/docs/http/ngx_http_status_module.xml @@ -9,7 +9,7 @@ + rev="7">
@@ -128,6 +128,8 @@ http://127.0.0.1/status/stream/upstreams Информация о состоянии будет доступна из содержащего location. +Доступ в location следует +ограничить.