comparison xml/en/docs/http/ngx_http_stub_status_module.xml @ 1274:794717949a83

Stub status: fixed whitespace in example output.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 18 Aug 2014 12:27:33 +0400
parents bb647c5e4ead
children c9b202d6c426
comparison
equal deleted inserted replaced
1273:f03f057e12ff 1274:794717949a83
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:
41 <example> 41 <example>
42 Active connections: 291 42 Active connections: 291
43 server accepts handled requests 43 server accepts handled requests
44 16630948 16630948 31070465 44 16630948 16630948 31070465
45 Reading: 6 Writing: 179 Waiting: 106 45 Reading: 6 Writing: 179 Waiting: 106
46 </example> 46 </example>
47 </para> 47 </para>
48 48
49 </section> 49 </section>
50 50