view xml/ru/docs/http/ngx_http_random_index_module.xml @ 222:bfe3eff81d04

Removed redundant encoding specification.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 05 Dec 2011 07:50:10 +0000
parents 40eec261c2a6
children 4c6d2c614d2c
line wrap: on
line source

<?xml version="1.0"?>

<!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">

<module name="Директивы модуля ngx_http_random_index_module"
        link="/ru/docs/http/ngx_http_random_index_module.html"
        lang="ru">

<section id="summary">

<para>
Модуль ngx_http_random_index_module выдаёт случайный файл в качестве
индексного файла каталога. Модуль работает до модуля
<link doc="ngx_http_index_module.xml">ngx_http_index_module</link>.
По умолчанию модуль не собирается, нужно разрешить его сборку при
конфигурировании параметром <command>--with-http_random_index_module</command>.
</para>

</section>


<section name="Пример конфигурации" id="example">

<para>
<example>
    location  /  {
        random_index  on;
    }
</example>
</para>

</section>


<section name="Директивы" id="directives">

<directive name="random_index">
<syntax><value>[on|off]</value></syntax>
<default>off</default>
<context>location</context>

<para>
Директива разрешает или запрещает работу модуля.
</para>

</directive>

</section>

</module>