comparison xml/en/docs/http/ngx_http_core_module.xml @ 467:c505c92c8658

Documented recent changes to the "keepalive_disable" directive.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 28 Mar 2012 07:41:43 +0000
parents daafc5600fc4
children 4070589eebce
comparison
equal deleted inserted replaced
466:74736c333906 467:c505c92c8658
743 </directive> 743 </directive>
744 744
745 745
746 <directive name="keepalive_disable"> 746 <directive name="keepalive_disable">
747 <syntax><literal>none</literal> | <value>browser</value> ...</syntax> 747 <syntax><literal>none</literal> | <value>browser</value> ...</syntax>
748 <default>msie6 safari</default> 748 <default>msie6</default>
749 <context>http</context> 749 <context>http</context>
750 <context>server</context> 750 <context>server</context>
751 <context>location</context> 751 <context>location</context>
752 752
753 <para> 753 <para>
755 The <value>browser</value> parameters specify which 755 The <value>browser</value> parameters specify which
756 browsers will be affected. 756 browsers will be affected.
757 The value <literal>msie6</literal> disables keep-alive connections 757 The value <literal>msie6</literal> disables keep-alive connections
758 with old versions of MSIE, after seeing a POST request. 758 with old versions of MSIE, after seeing a POST request.
759 The value <literal>safari</literal> disables keep-alive connections 759 The value <literal>safari</literal> disables keep-alive connections
760 with Safari browsers. 760 with Safari and Safari-like browsers on Mac OS X and Mac OS X-like
761 operating systems.
761 The value <literal>none</literal> enables keep-alive connections 762 The value <literal>none</literal> enables keep-alive connections
762 with all browsers. 763 with all browsers.
764 <note>
765 Prior to version 1.1.18, the value <literal>safari</literal> matched
766 all Safari and Safari-like browsers on all operating systems, and
767 keep-alive connections with them were disabled by default.
768 </note>
763 </para> 769 </para>
764 770
765 </directive> 771 </directive>
766 772
767 773