comparison xml/en/docs/http/ngx_http_random_index_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
comparison
equal deleted inserted replaced
965:fadccc156188 966:95c3c3bbf1ce
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_random_index_module</literal> module processes requests 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 ending with the slash character (‘<literal>/</literal>’) and picks a random
20 file in a directory as an index file. 20 file in a directory to serve as an index file.
21 It works before the 21 The module is processed before the
22 <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>
23 module. 23 module.
24 </para> 24 </para>
25 25
26 <para> 26 <para>