comparison xml/ru/docs/http/ngx_http_random_index_module.xml @ 271:4c6d2c614d2c

Cleaned up XML tag mess: - all of <parameter> and <code>, and some of <dirname>, <value>, and <command> were replaced by <literal>; - the rest of <dirname> were replaced by links; - <argument> were replaced by <value>; - <value> is now rendered in HTML in italic; - <literal> and <path> can now contain <value>. Cleaned up terminology mess: - directives take "parameters".
author Ruslan Ermilov <ru@nginx.com>
date Fri, 23 Dec 2011 17:29:59 +0000
parents bfe3eff81d04
children f28abb2ea638
comparison
equal deleted inserted replaced
270:945d7299c26c 271:4c6d2c614d2c
11 <para> 11 <para>
12 Модуль ngx_http_random_index_module выдаёт случайный файл в качестве 12 Модуль ngx_http_random_index_module выдаёт случайный файл в качестве
13 индексного файла каталога. Модуль работает до модуля 13 индексного файла каталога. Модуль работает до модуля
14 <link doc="ngx_http_index_module.xml">ngx_http_index_module</link>. 14 <link doc="ngx_http_index_module.xml">ngx_http_index_module</link>.
15 По умолчанию модуль не собирается, нужно разрешить его сборку при 15 По умолчанию модуль не собирается, нужно разрешить его сборку при
16 конфигурировании параметром <command>--with-http_random_index_module</command>. 16 конфигурировании параметром <literal>--with-http_random_index_module</literal>.
17 </para> 17 </para>
18 18
19 </section> 19 </section>
20 20
21 21
33 33
34 34
35 <section name="Директивы" id="directives"> 35 <section name="Директивы" id="directives">
36 36
37 <directive name="random_index"> 37 <directive name="random_index">
38 <syntax><value>[on|off]</value></syntax> 38 <syntax><literal>on</literal> | <literal>off</literal></syntax>
39 <default>off</default> 39 <default>off</default>
40 <context>location</context> 40 <context>location</context>
41 41
42 <para> 42 <para>
43 Директива разрешает или запрещает работу модуля. 43 Директива разрешает или запрещает работу модуля.