diff xml/en/docs/http/ngx_http_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
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_index_module.xml	Wed Aug 14 17:21:19 2013 +0400
+++ b/xml/en/docs/http/ngx_http_index_module.xml	Wed Aug 14 12:03:41 2013 +0400
@@ -15,9 +15,9 @@
 <section id="summary">
 
 <para>
-The module <literal>ngx_http_index_module</literal> processes requests
+The <literal>ngx_http_index_module</literal> module processes requests
 ending with the slash character (‘<literal>/</literal>’).
-Such requests can also be processed by
+Such requests can also be processed by the
 <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>
@@ -61,8 +61,8 @@
 </para>
 
 <para>
-It should be noted that when using an index file, an internal redirect
-is made, and request can be processed in a different location.
+It should be noted that using an index file causes an internal redirect,
+and the request can be processed in a different location.
 For example, with the following configuration:
 <example>
 location = / {
@@ -73,7 +73,7 @@
     ...
 }
 </example>
-a request of “<literal>/</literal>” will actually be processed in the
+a “<literal>/</literal>” request will actually be processed in the
 second location as “<literal>/index.html</literal>”.
 </para>