comparison xml/ru/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="Модуль ngx_http_grpc_module" 10 <module name="Модуль ngx_http_grpc_module"
11 link="/ru/docs/http/ngx_http_grpc_module.html" 11 link="/ru/docs/http/ngx_http_grpc_module.html"
12 lang="ru" 12 lang="ru"
13 rev="1"> 13 rev="2">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 Модуль <literal>ngx_http_grpc_module</literal> позволяет передавать запросы 18 Модуль <literal>ngx_http_grpc_module</literal> позволяет передавать запросы
438 </para> 438 </para>
439 439
440 </directive> 440 </directive>
441 441
442 442
443 <directive name="grpc_socket_keepalive">
444 <syntax><literal>on</literal> | <literal>off</literal></syntax>
445 <default>off</default>
446 <context>http</context>
447 <context>server</context>
448 <context>location</context>
449 <appeared-in>1.15.6</appeared-in>
450
451 <para>
452 Конфигурирует поведение “TCP keepalive”
453 для исходящих соединений к gRPC-серверу.
454 По умолчанию для сокета действуют настройки операционной системы.
455 Если указано значение “<literal>on</literal>”, то
456 для сокета включается параметр <c-def>SO_KEEPALIVE</c-def>.
457 </para>
458
459 </directive>
460
461
443 <directive name="grpc_ssl_certificate"> 462 <directive name="grpc_ssl_certificate">
444 <syntax><value>файл</value></syntax> 463 <syntax><value>файл</value></syntax>
445 <default/> 464 <default/>
446 <context>http</context> 465 <context>http</context>
447 <context>server</context> 466 <context>server</context>