comparison xml/ru/docs/http/ngx_http_uwsgi_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 a9a9a052b5bd
children a5bbfdf88bbd
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_uwsgi_module" 10 <module name="Модуль ngx_http_uwsgi_module"
11 link="/ru/docs/http/ngx_http_uwsgi_module.html" 11 link="/ru/docs/http/ngx_http_uwsgi_module.html"
12 lang="ru" 12 lang="ru"
13 rev="42"> 13 rev="43">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 Модуль <literal>ngx_http_uwsgi_module</literal> позволяет передавать 18 Модуль <literal>ngx_http_uwsgi_module</literal> позволяет передавать
1346 </para> 1346 </para>
1347 1347
1348 </directive> 1348 </directive>
1349 1349
1350 1350
1351 <directive name="uwsgi_socket_keepalive">
1352 <syntax><literal>on</literal> | <literal>off</literal></syntax>
1353 <default>off</default>
1354 <context>http</context>
1355 <context>server</context>
1356 <context>location</context>
1357 <appeared-in>1.15.6</appeared-in>
1358
1359 <para>
1360 Конфигурирует поведение “TCP keepalive”
1361 для исходящих соединений к uwsgi-серверу.
1362 По умолчанию для сокета действуют настройки операционной системы.
1363 Если указано значение “<literal>on</literal>”, то
1364 для сокета включается параметр <c-def>SO_KEEPALIVE</c-def>.
1365 </para>
1366
1367 </directive>
1368
1369
1351 <directive name="uwsgi_ssl_certificate"> 1370 <directive name="uwsgi_ssl_certificate">
1352 <syntax><value>файл</value></syntax> 1371 <syntax><value>файл</value></syntax>
1353 <default/> 1372 <default/>
1354 <context>http</context> 1373 <context>http</context>
1355 <context>server</context> 1374 <context>server</context>