comparison xml/ru/docs/http/ngx_http_ssi_module.xml @ 102:c76a257f3fd4

The directive name is now automatically printed in <default> and <syntax>. Specifying <default> is made non-optional. Visible changes: - "types" and "proxy_set_header" get proper defaults (not yet displayed nicely); - "fastcgi_hide_header", "fastcgi_ignore_headers", "fastcgi_pass_header", "proxy_hide_header", "proxy_ignore_headers", and "proxy_pass_header" now have their (empty) defaults documented; - mentions of "fastcgi_redirect_errors" and "proxy_redirect_errors" which are long unsupported were removed.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 19 Oct 2011 05:15:24 +0000
parents 4a4caa566120
children 40eec261c2a6
comparison
equal deleted inserted replaced
101:b8fd014ec712 102:c76a257f3fd4
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>ssi <value>[on|off]</value></syntax> 37 <syntax><value>[on|off]</value></syntax>
38 <default>ssi 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 в ответах.
43 </para> 43 </para>
44 44
45 </directive> 45 </directive>
46 46
47 47
48 <directive name="ssi_silent_errors"> 48 <directive name="ssi_silent_errors">
49 <syntax>ssi_silent_errors <value>[on|off]</value></syntax> 49 <syntax><value>[on|off]</value></syntax>
50 <default>ssi_silent_errors 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 Директива разрешает не выводить строку
55 "[an error occurred while processing the directive]", 55 "[an error occurred while processing the directive]",
58 58
59 </directive> 59 </directive>
60 60
61 61
62 <directive name="ssi_types"> 62 <directive name="ssi_types">
63 <syntax>ssi_types <value>mime-тип [mime-тип ...]</value></syntax> 63 <syntax><value>mime-тип [mime-тип ...]</value></syntax>
64 <default>ssi_types 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-типами в дополнение
69 к "text/html". 69 к "text/html".