# HG changeset patch # User Yaroslav Zhuravlev # Date 1407333650 -14400 # Node ID bb647c5e4ead25bbf3ccf61278a1517f9ecee8de # Parent cf2f93ab8df978950e38da1c701593f5ef69d460 Corrected the example in the stub_status module. diff --git a/xml/en/docs/http/ngx_http_stub_status_module.xml b/xml/en/docs/http/ngx_http_stub_status_module.xml --- a/xml/en/docs/http/ngx_http_stub_status_module.xml +++ b/xml/en/docs/http/ngx_http_stub_status_module.xml @@ -33,7 +33,7 @@ configuration parameter. location /basic_status { - stub_status; + stub_status on; } This configuration creates a simple web page @@ -52,8 +52,8 @@ Reading: 6 Writing: 179 Waiting: 106
- - +on | off +off location diff --git a/xml/ru/docs/http/ngx_http_stub_status_module.xml b/xml/ru/docs/http/ngx_http_stub_status_module.xml --- a/xml/ru/docs/http/ngx_http_stub_status_module.xml +++ b/xml/ru/docs/http/ngx_http_stub_status_module.xml @@ -33,7 +33,7 @@ location /basic_status { - stub_status; + stub_status on; } В данной конфигурации создаётся простая веб-страница @@ -52,8 +52,8 @@ Reading: 6 Writing: 179 Waiting: 106
- - +on | off +off location