comparison xml/ru/docs/http/ngx_http_referer_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 2305be197a84
comparison
equal deleted inserted replaced
270:945d7299c26c 271:4c6d2c614d2c
40 40
41 41
42 <section name="Директивы" id="directives"> 42 <section name="Директивы" id="directives">
43 43
44 <directive name="valid_referers"> 44 <directive name="valid_referers">
45 <syntax>[none|blocked|server_names|<value>строка</value>] ...</syntax> 45 <syntax>
46 <literal>none</literal> |
47 <literal>blocked</literal> |
48 <literal>server_names</literal> |
49 <value>строка</value>
50 ...</syntax>
46 <default/> 51 <default/>
47 <context>server, location</context> 52 <context>server, location</context>
48 53
49 <para> 54 <para>
50 Директива задаёт значения строки "Referer" в заголовке запроса, при 55 Директива задаёт значения строки "Referer" в заголовке запроса, при