# HG changeset patch # User Vladimir Homutov # Date 1350036095 0 # Node ID 0422511d9bee1bdc5b838ce2f1234b1d32e49786 # Parent 9429fd8bbac81b12871d694d4f10fae76bbaa6ec Improved descriptions of indexing modules and mentioned others in index module. diff -r 9429fd8bbac8 -r 0422511d9bee xml/en/docs/http/ngx_http_autoindex_module.xml --- a/xml/en/docs/http/ngx_http_autoindex_module.xml Fri Oct 12 09:17:06 2012 +0000 +++ b/xml/en/docs/http/ngx_http_autoindex_module.xml Fri Oct 12 10:01:35 2012 +0000 @@ -10,12 +10,13 @@ + rev="2">
-The ngx_http_autoindex_module module produces +The ngx_http_autoindex_module module processes requests +ending with the slash character (‘/’) and produces a directory listing. Usually a request is passed to the ngx_http_autoindex_module module when the diff -r 9429fd8bbac8 -r 0422511d9bee xml/en/docs/http/ngx_http_index_module.xml --- a/xml/en/docs/http/ngx_http_index_module.xml Fri Oct 12 09:17:06 2012 +0000 +++ b/xml/en/docs/http/ngx_http_index_module.xml Fri Oct 12 10:01:35 2012 +0000 @@ -10,13 +10,18 @@ + rev="2">
The module ngx_http_index_module processes requests ending with the slash character (‘/’). +Such requests can also be processed by +ngx_http_autoindex_module +and +ngx_http_random_index_module +modules.
diff -r 9429fd8bbac8 -r 0422511d9bee xml/en/docs/http/ngx_http_random_index_module.xml --- a/xml/en/docs/http/ngx_http_random_index_module.xml Fri Oct 12 09:17:06 2012 +0000 +++ b/xml/en/docs/http/ngx_http_random_index_module.xml Fri Oct 12 10:01:35 2012 +0000 @@ -10,12 +10,13 @@ + rev="2">
-The module ngx_http_random_index_module picks a random +The ngx_http_random_index_module module processes requests +ending with the slash character (‘/’) and picks a random file in a directory as an index file. It works before the ngx_http_index_module diff -r 9429fd8bbac8 -r 0422511d9bee xml/ru/docs/http/ngx_http_autoindex_module.xml --- a/xml/ru/docs/http/ngx_http_autoindex_module.xml Fri Oct 12 09:17:06 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_autoindex_module.xml Fri Oct 12 10:01:35 2012 +0000 @@ -10,13 +10,13 @@ + rev="2">
-Модуль ngx_http_autoindex_module выдаёт -листинг каталога. +Модуль ngx_http_autoindex_module обслуживает запросы, +оканчивающиеся слэшом (‘/’), и выдаёт листинг каталога. Обычно запрос попадает к модулю ngx_http_autoindex_module, когда модуль ngx_http_index_module не нашёл индексный файл. diff -r 9429fd8bbac8 -r 0422511d9bee xml/ru/docs/http/ngx_http_index_module.xml --- a/xml/ru/docs/http/ngx_http_index_module.xml Fri Oct 12 09:17:06 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_index_module.xml Fri Oct 12 10:01:35 2012 +0000 @@ -10,13 +10,17 @@ + rev="2">
Модуль ngx_http_index_module обслуживает запросы, оканчивающиеся слэшом (‘/’). +Такие запросы также могут обслуживаться модулями +ngx_http_autoindex_module +и +ngx_http_random_index_module.
diff -r 9429fd8bbac8 -r 0422511d9bee xml/ru/docs/http/ngx_http_random_index_module.xml --- a/xml/ru/docs/http/ngx_http_random_index_module.xml Fri Oct 12 09:17:06 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_random_index_module.xml Fri Oct 12 10:01:35 2012 +0000 @@ -10,12 +10,13 @@ + rev="2">
-Модуль ngx_http_random_index_module выдаёт случайный +Модуль ngx_http_random_index_module обслуживает запросы, +оканчивающиеся слэшом (‘/’), и выдаёт случайный файл в качестве индексного файла каталога. Модуль работает до модуля ngx_http_index_module.