comparison xml/ru/docs/http/ngx_http_memcached_module.xml @ 1885:6839c258c473

Added <literal> tag to proxy bind transparent.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 25 Oct 2016 22:30:01 +0300
parents be371be7a5c8
children a9a9a052b5bd
comparison
equal deleted inserted replaced
1884:0b339643b08f 1885:6839c258c473
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Модуль ngx_http_memcached_module" 10 <module name="Модуль ngx_http_memcached_module"
11 link="/ru/docs/http/ngx_http_memcached_module.html" 11 link="/ru/docs/http/ngx_http_memcached_module.html"
12 lang="ru" 12 lang="ru"
13 rev="14"> 13 rev="15">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 Модуль <literal>ngx_http_memcached_module</literal> позволяет получать 18 Модуль <literal>ngx_http_memcached_module</literal> позволяет получать
47 47
48 48
49 <section id="directives" name="Директивы"> 49 <section id="directives" name="Директивы">
50 50
51 <directive name="memcached_bind"> 51 <directive name="memcached_bind">
52 <syntax><value>адрес</value> [transparent] | <literal>off</literal></syntax> 52 <syntax>
53 <value>адрес</value>
54 [ <literal>transparent </literal>] |
55 <literal>off</literal></syntax>
53 <default/> 56 <default/>
54 <context>http</context> 57 <context>http</context>
55 <context>server</context> 58 <context>server</context>
56 <context>location</context> 59 <context>location</context>
57 <appeared-in>0.8.22</appeared-in> 60 <appeared-in>0.8.22</appeared-in>