comparison xml/ru/docs/http/ngx_http_autoindex_module.xml @ 351:a4fa80755eab

Consistently strip initial offset in examples.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 24 Jan 2012 11:01:22 +0000
parents 21b28b0590c6
children bb51d3e17dd0
comparison
equal deleted inserted replaced
350:55c1c4a1748f 351:a4fa80755eab
21 21
22 <section id="example" name="Пример конфигурации"> 22 <section id="example" name="Пример конфигурации">
23 23
24 <para> 24 <para>
25 <example> 25 <example>
26 location / { 26 location / {
27 autoindex on; 27 autoindex on;
28 } 28 }
29 </example> 29 </example>
30 </para> 30 </para>
31 31
32 </section> 32 </section>
33 33