comparison xml/ru/docs/http/ngx_http_upstream_module.xml @ 2134:4cafd82e5007

Added info about gRPC to various modules.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 05 Apr 2018 15:59:41 +0300
parents 180269c4a220
children f6e578b1b02d
comparison
equal deleted inserted replaced
2133:bb3d2ce5192e 2134:4cafd82e5007
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Модуль ngx_http_upstream_module" 10 <module name="Модуль ngx_http_upstream_module"
11 link="/ru/docs/http/ngx_http_upstream_module.html" 11 link="/ru/docs/http/ngx_http_upstream_module.html"
12 lang="ru" 12 lang="ru"
13 rev="68"> 13 rev="69">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 Модуль <literal>ngx_http_upstream_module</literal> 18 Модуль <literal>ngx_http_upstream_module</literal>
19 позволяет описывать группы серверов, 19 позволяет описывать группы серверов,
20 которые могут использоваться в директивах 20 которые могут использоваться в директивах
21 <link doc="ngx_http_proxy_module.xml" id="proxy_pass"/>, 21 <link doc="ngx_http_proxy_module.xml" id="proxy_pass"/>,
22 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_pass"/>, 22 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_pass"/>,
23 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_pass"/>, 23 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_pass"/>,
24 <link doc="ngx_http_scgi_module.xml" id="scgi_pass"/> и 24 <link doc="ngx_http_scgi_module.xml" id="scgi_pass"/>,
25 <link doc="ngx_http_memcached_module.xml" id="memcached_pass"/>. 25 <link doc="ngx_http_memcached_module.xml" id="memcached_pass"/> и
26 <link doc="ngx_http_grpc_module.xml" id="grpc_pass"/>.
26 </para> 27 </para>
27 28
28 </section> 29 </section>
29 30
30 31
190 Нулевое значение отключает учёт попыток. 191 Нулевое значение отключает учёт попыток.
191 Что считается неудачной попыткой, определяется директивами 192 Что считается неудачной попыткой, определяется директивами
192 <link doc="ngx_http_proxy_module.xml" id="proxy_next_upstream"/>, 193 <link doc="ngx_http_proxy_module.xml" id="proxy_next_upstream"/>,
193 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_next_upstream"/>, 194 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_next_upstream"/>,
194 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_next_upstream"/>, 195 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_next_upstream"/>,
195 <link doc="ngx_http_scgi_module.xml" id="scgi_next_upstream"/> и 196 <link doc="ngx_http_scgi_module.xml" id="scgi_next_upstream"/>,
196 <link doc="ngx_http_memcached_module.xml" id="memcached_next_upstream"/>. 197 <link doc="ngx_http_memcached_module.xml" id="memcached_next_upstream"/> и
198 <link doc="ngx_http_grpc_module.xml" id="grpc_next_upstream"/>.
197 </tag-desc> 199 </tag-desc>
198 200
199 <tag-name id="fail_timeout"> 201 <tag-name id="fail_timeout">
200 <literal>fail_timeout</literal>=<value>время</value> 202 <literal>fail_timeout</literal>=<value>время</value>
201 </tag-name> 203 </tag-name>