comparison xml/cn/docs/http/ngx_http_autoindex_module.xml @ 792:ceb8a4e374b7

Updated the Chinese documentation.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 25 Dec 2012 06:34:37 +0000
parents 9934338f83af
children
comparison
equal deleted inserted replaced
791:15f2bab0740d 792:ceb8a4e374b7
5 Copyright (C) Nginx, Inc. 5 Copyright (C) Nginx, Inc.
6 --> 6 -->
7 7
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_autoindex_module" 10 <module name="ngx_http_autoindex_module模块"
11 link="/cn/docs/http/ngx_http_autoindex_module.html" 11 link="/cn/docs/http/ngx_http_autoindex_module.html"
12 lang="cn" 12 lang="cn"
13 translator="Weibin Yao" 13 translator="Weibin Yao"
14 rev="1"> 14 rev="1">
15 15
21 </para> 21 </para>
22 22
23 </section> 23 </section>
24 24
25 25
26 <section id="example" name="Example Configuration"> 26 <section id="example" name="配置示例">
27 27
28 <para> 28 <para>
29 <example> 29 <example>
30 location / { 30 location / {
31 autoindex on; 31 autoindex on;
34 </para> 34 </para>
35 35
36 </section> 36 </section>
37 37
38 38
39 <section id="directives" name="Directives"> 39 <section id="directives" name="指令">
40 40
41 <directive name="autoindex"> 41 <directive name="autoindex">
42 <syntax><literal>on</literal> | <literal>off</literal></syntax> 42 <syntax><literal>on</literal> | <literal>off</literal></syntax>
43 <default>off</default> 43 <default>off</default>
44 <context>http</context> 44 <context>http</context>