comparison xml/en/docs/http/ngx_http_autoindex_module.xml @ 724:0422511d9bee

Improved descriptions of indexing modules and mentioned others in index module.
author Vladimir Homutov <vl@nginx.com>
date Fri, 12 Oct 2012 10:01:35 +0000
parents 764fbac1b8b4
children 95c3c3bbf1ce
comparison
equal deleted inserted replaced
723:9429fd8bbac8 724:0422511d9bee
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="Module ngx_http_autoindex_module"
11 link="/en/docs/http/ngx_http_autoindex_module.html" 11 link="/en/docs/http/ngx_http_autoindex_module.html"
12 lang="en" 12 lang="en"
13 rev="1"> 13 rev="2">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_autoindex_module</literal> module produces 18 The <literal>ngx_http_autoindex_module</literal> module processes requests
19 ending with the slash character (‘<literal>/</literal>’) and produces
19 a directory listing. 20 a directory listing.
20 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>
21 module when the 22 module when the
22 <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
23 could not find an index file. 24 could not find an index file.