comparison xml/en/docs/http/ngx_http_grpc_module.xml @ 2477:bdc7cacb164f

Documented variables support in grpc_pass.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 20 Jan 2020 16:45:39 +0300
parents d765ffffd08c
children eeed494bba51
comparison
equal deleted inserted replaced
2476:5307002a2ef5 2477:bdc7cacb164f
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_grpc_module" 10 <module name="Module ngx_http_grpc_module"
11 link="/en/docs/http/ngx_http_grpc_module.html" 11 link="/en/docs/http/ngx_http_grpc_module.html"
12 lang="en" 12 lang="en"
13 rev="2"> 13 rev="3">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_grpc_module</literal> module allows passing requests 18 The <literal>ngx_http_grpc_module</literal> module allows passing requests
357 used in a round-robin fashion. 357 used in a round-robin fashion.
358 In addition, an address can be specified as a 358 In addition, an address can be specified as a
359 <link doc="ngx_http_upstream_module.xml">server group</link>. 359 <link doc="ngx_http_upstream_module.xml">server group</link>.
360 </para> 360 </para>
361 361
362 <para>
363 Parameter value can contain variables (1.17.8).
364 In this case, if an address is specified as a domain name,
365 the name is searched among the described
366 <link doc="ngx_http_upstream_module.xml">server groups</link>,
367 and, if not found, is determined using a
368 <link doc="ngx_http_core_module.xml" id="resolver"/>.
369 </para>
370
362 </directive> 371 </directive>
363 372
364 373
365 <directive name="grpc_pass_header"> 374 <directive name="grpc_pass_header">
366 <syntax><value>field</value></syntax> 375 <syntax><value>field</value></syntax>