comparison xml/en/docs/http/ngx_http_scgi_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_scgi_module" 10 <module name="Module ngx_http_scgi_module"
11 link="/en/docs/http/ngx_http_scgi_module.html" 11 link="/en/docs/http/ngx_http_scgi_module.html"
12 lang="en" 12 lang="en"
13 rev="38"> 13 rev="39">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_scgi_module</literal> module allows passing 18 The <literal>ngx_http_scgi_module</literal> module allows passing
1308 </para> 1308 </para>
1309 1309
1310 </directive> 1310 </directive>
1311 1311
1312 1312
1313 <directive name="scgi_socket_keepalive">
1314 <syntax><literal>on</literal> | <literal>off</literal></syntax>
1315 <default>off</default>
1316 <context>http</context>
1317 <context>server</context>
1318 <context>location</context>
1319 <appeared-in>1.15.6</appeared-in>
1320
1321 <para>
1322 Configures the “TCP keepalive” behavior
1323 for outgoing connections to an SCGI server.
1324 By default, the operating system’s settings are in effect for the socket.
1325 If the directive is set to the value “<literal>on</literal>”, the
1326 <c-def>SO_KEEPALIVE</c-def> socket option is turned on for the socket.
1327 </para>
1328
1329 </directive>
1330
1331
1313 <directive name="scgi_store"> 1332 <directive name="scgi_store">
1314 <syntax> 1333 <syntax>
1315 <literal>on</literal> | 1334 <literal>on</literal> |
1316 <literal>off</literal> | 1335 <literal>off</literal> |
1317 <value>string</value></syntax> 1336 <value>string</value></syntax>