diff xml/en/docs/http/ngx_http_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
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_index_module.xml
+++ b/xml/en/docs/http/ngx_http_index_module.xml
@@ -10,13 +10,18 @@
 <module name="Module ngx_http_index_module"
         link="/en/docs/http/ngx_http_index_module.html"
         lang="en"
-        rev="1">
+        rev="2">
 
 <section id="summary">
 
 <para>
 The module <literal>ngx_http_index_module</literal> processes requests
 ending with the slash character (‘<literal>/</literal>’).
+Such requests can also be processed by
+<link doc="ngx_http_autoindex_module.xml">ngx_http_autoindex_module</link>
+and
+<link doc="ngx_http_random_index_module.xml">ngx_http_random_index_module</link>
+modules.
 </para>
 
 </section>