comparison xml/en/docs/http/ngx_http_random_index_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_random_index_module" 10 <module name="Module ngx_http_random_index_module"
11 link="/en/docs/http/ngx_http_random_index_module.html" 11 link="/en/docs/http/ngx_http_random_index_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 module <literal>ngx_http_random_index_module</literal> picks a random 18 The <literal>ngx_http_random_index_module</literal> module processes requests
19 ending with the slash character (‘<literal>/</literal>’) and picks a random
19 file in a directory as an index file. 20 file in a directory as an index file.
20 It works before the 21 It works before the
21 <link doc="ngx_http_index_module.xml">ngx_http_index_module</link> 22 <link doc="ngx_http_index_module.xml">ngx_http_index_module</link>
22 module. 23 module.
23 </para> 24 </para>