comparison xml/en/docs/http/ngx_http_grpc_module.xml @ 2254:d765ffffd08c

Documented proxy_socket_keepalive and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 09 Oct 2018 19:56:33 +0300
parents ca7568f67dee
children bdc7cacb164f
comparison
equal deleted inserted replaced
2253:a89093ff86a3 2254:d765ffffd08c
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="1"> 13 rev="2">
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
439 </para> 439 </para>
440 440
441 </directive> 441 </directive>
442 442
443 443
444 <directive name="grpc_socket_keepalive">
445 <syntax><literal>on</literal> | <literal>off</literal></syntax>
446 <default>off</default>
447 <context>http</context>
448 <context>server</context>
449 <context>location</context>
450 <appeared-in>1.15.6</appeared-in>
451
452 <para>
453 Configures the “TCP keepalive” behavior
454 for outgoing connections to a gRPC server.
455 By default, the operating system’s settings are in effect for the socket.
456 If the directive is set to the value “<literal>on</literal>”, the
457 <c-def>SO_KEEPALIVE</c-def> socket option is turned on for the socket.
458 </para>
459
460 </directive>
461
462
444 <directive name="grpc_ssl_certificate"> 463 <directive name="grpc_ssl_certificate">
445 <syntax><value>file</value></syntax> 464 <syntax><value>file</value></syntax>
446 <default/> 465 <default/>
447 <context>http</context> 466 <context>http</context>
448 <context>server</context> 467 <context>server</context>