diff xml/ru/docs/http/ngx_http_memcached_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 1d315ef37215
children 40eec261c2a6
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_memcached_module.xml	Tue Oct 18 12:19:06 2011 +0000
+++ b/xml/ru/docs/http/ngx_http_memcached_module.xml	Wed Oct 19 05:15:24 2011 +0000
@@ -42,8 +42,8 @@
 <section name="Директивы" id="directives">
 
 <directive name="memcached_buffer_size">
-<syntax>memcached_buffer_size <value>размер</value></syntax>
-<default>memcached_buffer_size  4k/8k</default>
+<syntax><value>размер</value></syntax>
+<default>4k/8k</default>
 <context>http, server, location</context>
 
 <para>
@@ -56,8 +56,8 @@
 
 
 <directive name="memcached_connect_timeout">
-<syntax>memcached_connect_timeout <value>время</value></syntax>
-<default>memcached_connect_timeout 60</default>
+<syntax><value>время</value></syntax>
+<default>60</default>
 <context>http, server, location</context>
 
 <para>
@@ -69,10 +69,8 @@
 
 
 <directive name="memcached_next_upstream">
-<syntax>memcached_next_upstream
-<value>[error|timeout|invalid_response|not_found|off]</value>
-</syntax>
-<default>memcached_next_upstream error timeout</default>
+<syntax><value>[error|timeout|invalid_response|not_found|off]</value></syntax>
+<default>error timeout</default>
 <context>http, server, location</context>
 
 <para>
@@ -116,7 +114,7 @@
 
 
 <directive name="memcached_pass">
-<syntax>memcached_pass <value>URL</value></syntax>
+<syntax><value>URL</value></syntax>
 <default/>
 <context>location, if в location, limit_except</context>
 
@@ -139,8 +137,8 @@
 
 
 <directive name="memcached_read_timeout">
-<syntax>memcached_read_timeout <value>время</value></syntax>
-<default>memcached_read_timeout 60</default>
+<syntax><value>время</value></syntax>
+<default>60</default>
 <context>http, server, location</context>
 
 <para>
@@ -155,8 +153,8 @@
 
 
 <directive name="memcached_send_timeout">
-<syntax>memcached_send_timeout <value>время</value></syntax>
-<default>memcached_send_timeout 60</default>
+<syntax><value>время</value></syntax>
+<default>60</default>
 <context>http, server, location</context>
 
 <para>