comparison xml/en/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="Module ngx_http_uwsgi_module" 10 <module name="Module ngx_http_uwsgi_module"
11 link="/en/docs/http/ngx_http_uwsgi_module.html" 11 link="/en/docs/http/ngx_http_uwsgi_module.html"
12 lang="en" 12 lang="en"
13 rev="42"> 13 rev="43">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_uwsgi_module</literal> module allows passing 18 The <literal>ngx_http_uwsgi_module</literal> module allows passing
1350 </para> 1350 </para>
1351 1351
1352 </directive> 1352 </directive>
1353 1353
1354 1354
1355 <directive name="uwsgi_socket_keepalive">
1356 <syntax><literal>on</literal> | <literal>off</literal></syntax>
1357 <default>off</default>
1358 <context>http</context>
1359 <context>server</context>
1360 <context>location</context>
1361 <appeared-in>1.15.6</appeared-in>
1362
1363 <para>
1364 Configures the “TCP keepalive” behavior
1365 for outgoing connections to a uwsgi server.
1366 By default, the operating system’s settings are in effect for the socket.
1367 If the directive is set to the value “<literal>on</literal>”, the
1368 <c-def>SO_KEEPALIVE</c-def> socket option is turned on for the socket.
1369 </para>
1370
1371 </directive>
1372
1373
1355 <directive name="uwsgi_ssl_certificate"> 1374 <directive name="uwsgi_ssl_certificate">
1356 <syntax><value>file</value></syntax> 1375 <syntax><value>file</value></syntax>
1357 <default/> 1376 <default/>
1358 <context>http</context> 1377 <context>http</context>
1359 <context>server</context> 1378 <context>server</context>