comparison xml/en/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="Module ngx_http_status_module" 9 <module name="Module ngx_http_status_module"
10 link="/en/docs/http/ngx_http_status_module.html" 10 link="/en/docs/http/ngx_http_status_module.html"
11 lang="en" 11 lang="en"
12 rev="8"> 12 rev="9">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_status_module</literal> module provides 17 The <literal>ngx_http_status_module</literal> module provides
95 http://127.0.0.1/status 95 http://127.0.0.1/status
96 http://127.0.0.1/status/nginx_version 96 http://127.0.0.1/status/nginx_version
97 http://127.0.0.1/status/caches/cache_backend 97 http://127.0.0.1/status/caches/cache_backend
98 http://127.0.0.1/status/upstreams 98 http://127.0.0.1/status/upstreams
99 http://127.0.0.1/status/upstreams/backend 99 http://127.0.0.1/status/upstreams/backend
100 http://127.0.0.1/status/upstreams/backend/1 100 http://127.0.0.1/status/upstreams/backend/peers/1
101 http://127.0.0.1/status/upstreams/backend/1/weight 101 http://127.0.0.1/status/upstreams/backend/peers/1/weight
102 http://127.0.0.1/status/stream 102 http://127.0.0.1/status/stream
103 http://127.0.0.1/status/stream/upstreams 103 http://127.0.0.1/status/stream/upstreams
104 http://127.0.0.1/status/stream/upstreams/backend 104 http://127.0.0.1/status/stream/upstreams/backend
105 http://127.0.0.1/status/stream/upstreams/backend/1 105 http://127.0.0.1/status/stream/upstreams/backend/peers/1
106 http://127.0.0.1/status/stream/upstreams/backend/1/weight 106 http://127.0.0.1/status/stream/upstreams/backend/peers/1/weight
107 </example> 107 </example>
108 </para> 108 </para>
109 109
110 <para> 110 <para>
111 The simple monitoring page is shipped with this distribution, 111 The simple monitoring page is shipped with this distribution,