comparison xml/en/docs/http/ngx_http_fastcgi_module.xml @ 498:65843513cff5

Documented that "fastcgi_keep_conn" appeared in 1.1.4.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 23 Apr 2012 08:01:25 +0000
parents f8248d0e3c8f
children 837bcf62b628
comparison
equal deleted inserted replaced
497:3309e66c35fb 498:65843513cff5
441 <syntax><literal>on</literal> | <literal>off</literal></syntax> 441 <syntax><literal>on</literal> | <literal>off</literal></syntax>
442 <default>off</default> 442 <default>off</default>
443 <context>http</context> 443 <context>http</context>
444 <context>server</context> 444 <context>server</context>
445 <context>location</context> 445 <context>location</context>
446 <appeared-in>1.1.4</appeared-in>
446 447
447 <para> 448 <para>
448 By default, a FastCGI server will close a connection right after 449 By default, a FastCGI server will close a connection right after
449 sending the response. 450 sending the response.
450 When set to the value <literal>on</literal>, nginx will instruct 451 When set to the value <literal>on</literal>, nginx will instruct