comparison xml/ru/docs/http/ngx_http_ssi_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
32 32
33 33
34 <section name="Директивы" id="directives"> 34 <section name="Директивы" id="directives">
35 35
36 <directive name="ssi"> 36 <directive name="ssi">
37 <syntax><value>[on|off]</value></syntax> 37 <syntax><literal>on</literal> | <literal>off</literal></syntax>
38 <default>off</default> 38 <default>off</default>
39 <context>http, server, location, if в location</context> 39 <context>http, server, location, if в location</context>
40 40
41 <para> 41 <para>
42 Директива разрешает обработку команд SSI в ответах. 42 Директива разрешает обработку команд SSI в ответах.
44 44
45 </directive> 45 </directive>
46 46
47 47
48 <directive name="ssi_silent_errors"> 48 <directive name="ssi_silent_errors">
49 <syntax><value>[on|off]</value></syntax> 49 <syntax><literal>on</literal> | <literal>off</literal></syntax>
50 <default>off</default> 50 <default>off</default>
51 <context>http, server, location</context> 51 <context>http, server, location</context>
52 52
53 <para> 53 <para>
54 Директива разрешает не выводить строку 54 Директива разрешает не выводить строку
58 58
59 </directive> 59 </directive>
60 60
61 61
62 <directive name="ssi_types"> 62 <directive name="ssi_types">
63 <syntax><value>mime-тип [mime-тип ...]</value></syntax> 63 <syntax><value>mime-тип</value> ...</syntax>
64 <default>text/html</default> 64 <default>text/html</default>
65 <context>http, server, location</context> 65 <context>http, server, location</context>
66 66
67 <para> 67 <para>
68 Разрешает обработку команд SSI в ответах с указанными MIME-типами в дополнение 68 Разрешает обработку команд SSI в ответах с указанными MIME-типами в дополнение