comparison xml/ru/docs/http/ngx_http_memcached_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
67 67
68 </directive> 68 </directive>
69 69
70 70
71 <directive name="memcached_next_upstream"> 71 <directive name="memcached_next_upstream">
72 <syntax><value>[error|timeout|invalid_response|not_found|off]</value></syntax> 72 <syntax>
73 <literal>error</literal> |
74 <literal>timeout</literal> |
75 <literal>invalid_response</literal> |
76 <literal>not_found</literal> |
77 <literal>off</literal>
78 ...</syntax>
73 <default>error timeout</default> 79 <default>error timeout</default>
74 <context>http, server, location</context> 80 <context>http, server, location</context>
75 81
76 <para> 82 <para>
77 Директива определяет, в каких случаях запрос будет передан следующему 83 Директива определяет, в каких случаях запрос будет передан следующему