comparison xml/en/docs/http/ngx_http_proxy_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 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_proxy_module" 10 <module name="Module ngx_http_proxy_module"
11 link="/en/docs/http/ngx_http_proxy_module.html" 11 link="/en/docs/http/ngx_http_proxy_module.html"
12 lang="en" 12 lang="en"
13 rev="64"> 13 rev="65">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_proxy_module</literal> module allows passing 18 The <literal>ngx_http_proxy_module</literal> module allows passing
1842 </para> 1842 </para>
1843 1843
1844 </directive> 1844 </directive>
1845 1845
1846 1846
1847 <directive name="proxy_socket_keepalive">
1848 <syntax><literal>on</literal> | <literal>off</literal></syntax>
1849 <default>off</default>
1850 <context>http</context>
1851 <context>server</context>
1852 <context>location</context>
1853 <appeared-in>1.15.6</appeared-in>
1854
1855 <para>
1856 Configures the “TCP keepalive” behavior
1857 for outgoing connections to a proxied server.
1858 By default, the operating system’s settings are in effect for the socket.
1859 If the directive is set to the value “<literal>on</literal>”, the
1860 <c-def>SO_KEEPALIVE</c-def> socket option is turned on for the socket.
1861 </para>
1862
1863 </directive>
1864
1865
1847 <directive name="proxy_ssl_certificate"> 1866 <directive name="proxy_ssl_certificate">
1848 <syntax><value>file</value></syntax> 1867 <syntax><value>file</value></syntax>
1849 <default/> 1868 <default/>
1850 <context>http</context> 1869 <context>http</context>
1851 <context>server</context> 1870 <context>server</context>