# HG changeset patch # User Yaroslav Zhuravlev # Date 1407333650 -14400 # Node ID bb647c5e4ead25bbf3ccf61278a1517f9ecee8de # Parent cf2f93ab8df978950e38da1c701593f5ef69d460 Corrected the example in the stub_status module. diff -r cf2f93ab8df9 -r bb647c5e4ead xml/en/docs/http/ngx_http_stub_status_module.xml --- a/xml/en/docs/http/ngx_http_stub_status_module.xml Wed Aug 06 14:40:20 2014 +0400 +++ b/xml/en/docs/http/ngx_http_stub_status_module.xml Wed Aug 06 18:00:50 2014 +0400 @@ -33,7 +33,7 @@ location /basic_status { - stub_status; + stub_status on; } This configuration creates a simple web page @@ -52,8 +52,8 @@
- - +on | off +off location diff -r cf2f93ab8df9 -r bb647c5e4ead xml/ru/docs/http/ngx_http_stub_status_module.xml --- a/xml/ru/docs/http/ngx_http_stub_status_module.xml Wed Aug 06 14:40:20 2014 +0400 +++ b/xml/ru/docs/http/ngx_http_stub_status_module.xml Wed Aug 06 18:00:50 2014 +0400 @@ -33,7 +33,7 @@ location /basic_status { - stub_status; + stub_status on; } В данной конфигурации создаётся простая веб-страница @@ -52,8 +52,8 @@
- - +on | off +off location