comparison xml/en/docs/http/ngx_http_core_module.xml @ 1471:42f288fc9ad3

Removed deprecated directives.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 29 Apr 2015 14:02:00 +0300
parents 2333e08e277d
children 9faa78768252
comparison
equal deleted inserted replaced
1470:28cf30b5818f 1471:42f288fc9ad3
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="38"> 13 rev="39">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="aio"> 17 <directive name="aio">
18 <syntax> 18 <syntax>
1840 </para> 1840 </para>
1841 1841
1842 </directive> 1842 </directive>
1843 1843
1844 1844
1845 <directive name="optimize_server_names">
1846 <syntax><literal>on</literal> | <literal>off</literal></syntax>
1847 <default>off</default>
1848 <context>http</context>
1849 <context>server</context>
1850
1851 <para>
1852 This directive is obsolete.
1853 The <link id="server_name_in_redirect"/> directive should be used instead.
1854 </para>
1855
1856 <!--
1857 <para>
1858 Enables or disables optimization of hostname checking in name-based
1859 virtual servers.
1860 In particular, the checking affects hostnames used in redirects.
1861 If optimization is enabled, and all name-based servers listening on
1862 the same address:port pair have identical configuration, then
1863 names are not checked during request processing, and the first
1864 server name is used in redirects.
1865 In case redirects should use hostnames sent by clients,
1866 optimization needs to be disabled.
1867 </para>
1868 -->
1869
1870 </directive>
1871
1872
1873 <directive name="output_buffers"> 1845 <directive name="output_buffers">
1874 <syntax><value>number</value> <value>size</value></syntax> 1846 <syntax><value>number</value> <value>size</value></syntax>
1875 <default>1 32k</default> 1847 <default>1 32k</default>
1876 <context>http</context> 1848 <context>http</context>
1877 <context>server</context> 1849 <context>server</context>
2138 </para> 2110 </para>
2139 2111
2140 </directive> 2112 </directive>
2141 2113
2142 2114
2143 <directive name="satisfy_any">
2144 <syntax><literal>on</literal> | <literal>off</literal></syntax>
2145 <default>off</default>
2146 <context>http</context>
2147 <context>server</context>
2148 <context>location</context>
2149
2150 <para>
2151 This directive has been replaced by the <literal>any</literal>
2152 parameter of the <link id="satisfy"/> directive.
2153 </para>
2154
2155 </directive>
2156
2157
2158 <directive name="send_lowat"> 2115 <directive name="send_lowat">
2159 <syntax><value>size</value></syntax> 2116 <syntax><value>size</value></syntax>
2160 <default>0</default> 2117 <default>0</default>
2161 <context>http</context> 2118 <context>http</context>
2162 <context>server</context> 2119 <context>server</context>