diff xml/en/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 f451dc5c5c82
children 40eec261c2a6
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_mp4_module.xml	Tue Oct 18 12:19:06 2011 +0000
+++ b/xml/en/docs/http/ngx_http_mp4_module.xml	Wed Oct 19 05:15:24 2011 +0000
@@ -110,7 +110,7 @@
 <section id="directives" name="Directives">
 
 <directive name="mp4">
-<syntax>mp4</syntax>
+<syntax/>
 <default/>
 <context>location</context>
 
@@ -122,8 +122,8 @@
 
 
 <directive name="mp4_buffer_size">
-<syntax>mp4_buffer_size <argument>size</argument></syntax>
-<default>mp4_buffer_size 512K</default>
+<syntax><argument>size</argument></syntax>
+<default>512K</default>
 <context>http</context>
 <context>server</context>
 <context>location</context>
@@ -136,8 +136,8 @@
 
 
 <directive name="mp4_max_buffer_size">
-<syntax>mp4_max_buffer_size <argument>size</argument></syntax>
-<default>mp4_max_buffer_size 10M</default>
+<syntax><argument>size</argument></syntax>
+<default>10M</default>
 <context>http</context>
 <context>server</context>
 <context>location</context>