comparison xml/en/docs/http/ngx_http_autoindex_module.xml @ 364:bb51d3e17dd0

Style fixed.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 27 Jan 2012 10:39:12 +0000
parents a4fa80755eab
children be54c443235a
comparison
equal deleted inserted replaced
363:c7fccbe03827 364:bb51d3e17dd0
10 10
11 <para> 11 <para>
12 The <literal>ngx_http_autoindex_module</literal> module produces 12 The <literal>ngx_http_autoindex_module</literal> module produces
13 a directory listing. 13 a directory listing.
14 Usually a request is passed to the <literal>ngx_http_autoindex_module</literal> 14 Usually a request is passed to the <literal>ngx_http_autoindex_module</literal>
15 module when the <link doc="ngx_http_index_module.xml">ngx_http_index_module</link> 15 module when the
16 module could not find an index file. 16 <link doc="ngx_http_index_module.xml">ngx_http_index_module</link> module
17 could not find an index file.
17 </para> 18 </para>
18 19
19 </section> 20 </section>
20 21
21 22
58 <para> 59 <para>
59 Specifies whether file sizes in the directory listing should be 60 Specifies whether file sizes in the directory listing should be
60 output exactly, or rounded to kilobytes, megabytes, and gigabytes. 61 output exactly, or rounded to kilobytes, megabytes, and gigabytes.
61 </para> 62 </para>
62 63
63
64 </directive> 64 </directive>
65 65
66 66
67 <directive name="autoindex_localtime"> 67 <directive name="autoindex_localtime">
68 <syntax><literal>on</literal> | <literal>off</literal></syntax> 68 <syntax><literal>on</literal> | <literal>off</literal></syntax>