comparison xml/ru/docs/http/ngx_http_mp4_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 f5539fb36bbb
children 40eec261c2a6
comparison
equal deleted inserted replaced
101:b8fd014ec712 102:c76a257f3fd4
108 108
109 109
110 <section id="directives" name="Директивы"> 110 <section id="directives" name="Директивы">
111 111
112 <directive name="mp4"> 112 <directive name="mp4">
113 <syntax>mp4</syntax> 113 <syntax/>
114 <default/> 114 <default/>
115 <context>location</context> 115 <context>location</context>
116 116
117 <para> 117 <para>
118 Включает в содержащем location обработку этим модулем. 118 Включает в содержащем location обработку этим модулем.
120 120
121 </directive> 121 </directive>
122 122
123 123
124 <directive name="mp4_buffer_size"> 124 <directive name="mp4_buffer_size">
125 <syntax>mp4_buffer_size <argument>размер</argument></syntax> 125 <syntax><argument>размер</argument></syntax>
126 <default>mp4_buffer_size 512K</default> 126 <default>512K</default>
127 <context>http</context> 127 <context>http</context>
128 <context>server</context> 128 <context>server</context>
129 <context>location</context> 129 <context>location</context>
130 130
131 <para> 131 <para>
134 134
135 </directive> 135 </directive>
136 136
137 137
138 <directive name="mp4_max_buffer_size"> 138 <directive name="mp4_max_buffer_size">
139 <syntax>mp4_max_buffer_size <argument>размер</argument></syntax> 139 <syntax><argument>размер</argument></syntax>
140 <default>mp4_max_buffer_size 10M</default> 140 <default>10M</default>
141 <context>http</context> 141 <context>http</context>
142 <context>server</context> 142 <context>server</context>
143 <context>location</context> 143 <context>location</context>
144 144
145 <para> 145 <para>