comparison xml/ru/docs/http/ngx_http_access_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 1c239146beb4
comparison
equal deleted inserted replaced
270:945d7299c26c 271:4c6d2c614d2c
42 42
43 43
44 <section name="Директивы" id="directives"> 44 <section name="Директивы" id="directives">
45 45
46 <directive name="allow"> 46 <directive name="allow">
47 <syntax><value>[адрес|CIDR|all]</value></syntax> 47 <syntax><value>адрес</value> | <value>CIDR</value> | <literal>all</literal></syntax>
48 <default/> 48 <default/>
49 <context>http, server, location, limit_except</context> 49 <context>http, server, location, limit_except</context>
50 50
51 <para> 51 <para>
52 Директива разрешает доступ для указанной сети или адреса. 52 Директива разрешает доступ для указанной сети или адреса.
54 54
55 </directive> 55 </directive>
56 56
57 57
58 <directive name="deny"> 58 <directive name="deny">
59 <syntax><value>[адрес|CIDR|all]</value></syntax> 59 <syntax><value>адрес</value> | <value>CIDR</value> | <literal>all</literal></syntax>
60 <default/> 60 <default/>
61 <context>http, server, location, limit_except</context> 61 <context>http, server, location, limit_except</context>
62 62
63 <para> 63 <para>
64 Директива запрещает доступ для указанной сети или адреса. 64 Директива запрещает доступ для указанной сети или адреса.