comparison xml/en/docs/http/ngx_http_stub_status_module.xml @ 2206:5cacd6fffade

Eliminated some examples of unsafe prefix locations.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 27 Apr 2018 09:59:51 +0300
parents dd190baef1e7
children ff357b676c2e
comparison
equal deleted inserted replaced
2205:e325638a6f34 2206:5cacd6fffade
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_stub_status_module" 10 <module name="Module ngx_http_stub_status_module"
11 link="/en/docs/http/ngx_http_stub_status_module.html" 11 link="/en/docs/http/ngx_http_stub_status_module.html"
12 lang="en" 12 lang="en"
13 rev="3"> 13 rev="4">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_stub_status_module</literal> module provides 18 The <literal>ngx_http_stub_status_module</literal> module provides
30 30
31 <section id="example" name="Example Configuration"> 31 <section id="example" name="Example Configuration">
32 32
33 <para> 33 <para>
34 <example> 34 <example>
35 location /basic_status { 35 location = /basic_status {
36 stub_status; 36 stub_status;
37 } 37 }
38 </example> 38 </example>
39 This configuration creates a simple web page 39 This configuration creates a simple web page
40 with basic status data which may look like as follows: 40 with basic status data which may look like as follows: