comparison xml/en/docs/http/ngx_http_proxy_module.xml @ 1587:c2a0a18e65ba

Added keepalive info for ntlm.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 26 Oct 2015 22:18:06 +0300
parents 8973c7b37854
children 12714bbf9230
comparison
equal deleted inserted replaced
1586:c4520ec8ce64 1587:c2a0a18e65ba
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="41"> 13 rev="42">
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
895 <para> 895 <para>
896 Sets the HTTP protocol version for proxying. 896 Sets the HTTP protocol version for proxying.
897 By default, version 1.0 is used. 897 By default, version 1.0 is used.
898 Version 1.1 is recommended for use with 898 Version 1.1 is recommended for use with
899 <link doc="ngx_http_upstream_module.xml" id="keepalive"/> 899 <link doc="ngx_http_upstream_module.xml" id="keepalive"/>
900 connections. 900 connections and
901 <link doc="ngx_http_upstream_module.xml" id="ntlm">NTLM authentication</link>.
901 </para> 902 </para>
902 903
903 </directive> 904 </directive>
904 905
905 906