comparison xml/en/docs/http/ngx_http_grpc_module.xml @ 2593:eeed494bba51

Unified phrases about configuration levels and inheritance.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 21 Sep 2020 15:45:07 +0300
parents bdc7cacb164f
children 6684517c9d19
comparison
equal deleted inserted replaced
2592:fca42223b9fc 2593:eeed494bba51
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="3"> 13 rev="4">
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
431 431
432 <para> 432 <para>
433 Allows redefining or appending fields to the request header 433 Allows redefining or appending fields to the request header
434 <link id="grpc_pass_request_headers">passed</link> to the gRPC server. 434 <link id="grpc_pass_request_headers">passed</link> to the gRPC server.
435 The <value>value</value> can contain text, variables, and their combinations. 435 The <value>value</value> can contain text, variables, and their combinations.
436 These directives are inherited from the previous level if and 436 These directives are inherited from the previous configuration level
437 only if there are no 437 if and only if there are no <literal>grpc_set_header</literal> directives
438 <literal>grpc_set_header</literal> 438 defined on the current level.
439 directives defined on the current level.
440 </para> 439 </para>
441 440
442 <para> 441 <para>
443 If the value of a header field is an empty string then this 442 If the value of a header field is an empty string then this
444 field will not be passed to a gRPC server: 443 field will not be passed to a gRPC server: