comparison xml/en/docs/http/ngx_http_random_index_module.xml @ 320:197ac51e7f0e

Changed attributes order.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 16 Jan 2012 11:11:30 +0000
parents 4c6d2c614d2c
children a4fa80755eab
comparison
equal deleted inserted replaced
319:9d4501c2726d 320:197ac51e7f0e
23 </para> 23 </para>
24 24
25 </section> 25 </section>
26 26
27 27
28 <section name="Example Configuration" id="example"> 28 <section id="example" name="Example Configuration">
29 29
30 <para> 30 <para>
31 <example> 31 <example>
32 location / { 32 location / {
33 random_index on; 33 random_index on;
36 </para> 36 </para>
37 37
38 </section> 38 </section>
39 39
40 40
41 <section name="Directives" id="directives"> 41 <section id="directives" name="Directives">
42 42
43 <directive name="random_index"> 43 <directive name="random_index">
44 <syntax><literal>on</literal> | <literal>off</literal></syntax> 44 <syntax><literal>on</literal> | <literal>off</literal></syntax>
45 <default>off</default> 45 <default>off</default>
46 <context>location</context> 46 <context>location</context>