comparison xml/en/docs/http/ngx_http_fastcgi_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
415 </para> 415 </para>
416 416
417 </directive> 417 </directive>
418 418
419 419
420 <directive name="fastcgi_keep_conn">
421 <syntax><literal>on</literal> | <literal>off</literal></syntax>
422 <default>off</default>
423 <context>http</context>
424 <context>server</context>
425 <context>location</context>
426
427 <para>
428 By default, a FastCGI server will close a connection right after
429 sending the response.
430 When set to the value <literal>on</literal>, nginx will instruct
431 a FastCGI server to keep connections open.
432 This in particular is necessary for
433 <link doc="ngx_http_upstream_module.xml" id="keepalive"/>
434 connections to FastCGI servers to function.
435 </para>
436
437 </directive>
438
439
420 <directive name="fastcgi_next_upstream"> 440 <directive name="fastcgi_next_upstream">
421 <syntax> 441 <syntax>
422 <literal>error</literal> | 442 <literal>error</literal> |
423 <literal>timeout</literal> | 443 <literal>timeout</literal> |
424 <literal>invalid_header</literal> | 444 <literal>invalid_header</literal> |