comparison xml/en/docs/http/ngx_http_autoindex_module.xml @ 966:95c3c3bbf1ce

Text review.
author Egor Nikitin <yegor.nikitin@gmail.com>
date Wed, 14 Aug 2013 12:03:41 +0400
parents 0422511d9bee
children 90922e31756d
comparison
equal deleted inserted replaced
965:fadccc156188 966:95c3c3bbf1ce
19 ending with the slash character (‘<literal>/</literal>’) and produces 19 ending with the slash character (‘<literal>/</literal>’) and produces
20 a directory listing. 20 a directory listing.
21 Usually a request is passed to the <literal>ngx_http_autoindex_module</literal> 21 Usually a request is passed to the <literal>ngx_http_autoindex_module</literal>
22 module when the 22 module when the
23 <link doc="ngx_http_index_module.xml">ngx_http_index_module</link> module 23 <link doc="ngx_http_index_module.xml">ngx_http_index_module</link> module
24 could not find an index file. 24 cannot find an index file.
25 </para> 25 </para>
26 26
27 </section> 27 </section>
28 28
29 29
48 <context>http</context> 48 <context>http</context>
49 <context>server</context> 49 <context>server</context>
50 <context>location</context> 50 <context>location</context>
51 51
52 <para> 52 <para>
53 Enables or disables a directory listing output. 53 Enables or disables the directory listing output.
54 </para> 54 </para>
55 55
56 </directive> 56 </directive>
57 57
58 58
62 <context>http</context> 62 <context>http</context>
63 <context>server</context> 63 <context>server</context>
64 <context>location</context> 64 <context>location</context>
65 65
66 <para> 66 <para>
67 Specifies whether file sizes in the directory listing should be 67 Specifies whether exact file sizes should be output in the directory listing,
68 output exactly, or rounded to kilobytes, megabytes, and gigabytes. 68 or rather rounded to kilobytes, megabytes, and gigabytes.
69 </para> 69 </para>
70 70
71 </directive> 71 </directive>
72 72
73 73
78 <context>server</context> 78 <context>server</context>
79 <context>location</context> 79 <context>location</context>
80 80
81 <para> 81 <para>
82 Specifies whether times in the directory listing should be 82 Specifies whether times in the directory listing should be
83 output in a local time zone or UTC. 83 output in the local time zone or UTC.
84 </para> 84 </para>
85 85
86 </directive> 86 </directive>
87 87
88 </section> 88 </section>