comparison xml/ru/docs/http/ngx_http_status_module.xml @ 1617:69ff752dcb55

Corrected examples of status requests in the status module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 09 Dec 2015 16:36:37 +0300
parents ed420c318557
children 0c08e8861cfe
comparison
equal deleted inserted replaced
1616:9e8ec9c67cf3 1617:69ff752dcb55
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="8"> 12 rev="9">
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> предоставляет
96 http://127.0.0.1/status 96 http://127.0.0.1/status
97 http://127.0.0.1/status/nginx_version 97 http://127.0.0.1/status/nginx_version
98 http://127.0.0.1/status/caches/cache_backend 98 http://127.0.0.1/status/caches/cache_backend
99 http://127.0.0.1/status/upstreams 99 http://127.0.0.1/status/upstreams
100 http://127.0.0.1/status/upstreams/backend 100 http://127.0.0.1/status/upstreams/backend
101 http://127.0.0.1/status/upstreams/backend/1 101 http://127.0.0.1/status/upstreams/backend/peers/1
102 http://127.0.0.1/status/upstreams/backend/1/weight 102 http://127.0.0.1/status/upstreams/backend/peers/1/weight
103 http://127.0.0.1/status/stream 103 http://127.0.0.1/status/stream
104 http://127.0.0.1/status/stream/upstreams 104 http://127.0.0.1/status/stream/upstreams
105 http://127.0.0.1/status/stream/upstreams/backend 105 http://127.0.0.1/status/stream/upstreams/backend
106 http://127.0.0.1/status/stream/upstreams/backend/1 106 http://127.0.0.1/status/stream/upstreams/backend/peers/1
107 http://127.0.0.1/status/stream/upstreams/backend/1/weight 107 http://127.0.0.1/status/stream/upstreams/backend/peers/1/weight
108 </example> 108 </example>
109 </para> 109 </para>
110 110
111 <para> 111 <para>
112 В составе дистрибутива nginx имеется простая страница мониторинга, доступная 112 В составе дистрибутива nginx имеется простая страница мониторинга, доступная