comparison xml/en/docs/http/ngx_http_proxy_module.xml @ 316:1fb1c077658b

Documented the following directives: "keepalive", "proxy_http_version", and "fastcgi_keep_conn".
author Ruslan Ermilov <ru@nginx.com>
date Fri, 13 Jan 2012 18:10:34 +0000
parents 86732337c730
children a4fa80755eab
comparison
equal deleted inserted replaced
315:e00f8f8c0486 316:1fb1c077658b
370 </para> 370 </para>
371 371
372 </directive> 372 </directive>
373 373
374 374
375 <directive name="proxy_http_version">
376 <syntax><literal>1.0</literal> | <literal>1.1</literal></syntax>
377 <default>1.0</default>
378 <context>http</context>
379 <context>server</context>
380 <context>location</context>
381 <appeared-in>1.1.4</appeared-in>
382
383 <para>
384 Sets the HTTP protocol version for proxying.
385 By default, version 1.0 is used.
386 Version 1.1 is recommended for use with
387 <link doc="ngx_http_upstream_module.xml" id="keepalive"/>
388 connections.
389 </para>
390
391 </directive>
392
393
375 <directive name="proxy_ignore_client_abort"> 394 <directive name="proxy_ignore_client_abort">
376 <syntax><literal>on</literal> | <literal>off</literal></syntax> 395 <syntax><literal>on</literal> | <literal>off</literal></syntax>
377 <default>off</default> 396 <default>off</default>
378 <context>http</context> 397 <context>http</context>
379 <context>server</context> 398 <context>server</context>