comparison xml/ru/docs/http/ngx_http_memcached_module.xml @ 364:bb51d3e17dd0

Style fixed.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 27 Jan 2012 10:39:12 +0000
parents 1018108c5068
children be54c443235a
comparison
equal deleted inserted replaced
363:c7fccbe03827 364:bb51d3e17dd0
73 </directive> 73 </directive>
74 74
75 75
76 <directive name="memcached_next_upstream"> 76 <directive name="memcached_next_upstream">
77 <syntax> 77 <syntax>
78 <literal>error</literal> | 78 <literal>error</literal> |
79 <literal>timeout</literal> | 79 <literal>timeout</literal> |
80 <literal>invalid_response</literal> | 80 <literal>invalid_response</literal> |
81 <literal>not_found</literal> | 81 <literal>not_found</literal> |
82 <literal>off</literal> 82 <literal>off</literal>
83 ...</syntax> 83 ...</syntax>
84 <default>error timeout</default> 84 <default>error timeout</default>
85 <context>http</context> 85 <context>http</context>
86 <context>server</context> 86 <context>server</context>
87 <context>location</context> 87 <context>location</context>
88 88