comparison xml/en/docs/http/ngx_http_core_module.xml @ 159:8c124aef0041

Cross-linked "server_name_in_redirect" and "port_in_redirect" directives.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 31 Oct 2011 08:33:36 +0000
parents 5a35535f7cdf
children 0b65e87daa8a
comparison
equal deleted inserted replaced
158:05e58829de2e 159:8c124aef0041
1410 1410
1411 <para> 1411 <para>
1412 Enables or disables specifying the port in redirects issued by nginx. 1412 Enables or disables specifying the port in redirects issued by nginx.
1413 </para> 1413 </para>
1414 1414
1415 <para>
1416 See also the <link id="server_name_in_redirect"/> directive.
1417 </para>
1418
1415 </directive> 1419 </directive>
1416 1420
1417 1421
1418 <directive name="read_ahead"> 1422 <directive name="read_ahead">
1419 <syntax><argument>size</argument></syntax> 1423 <syntax><argument>size</argument></syntax>
1809 <link id="server_name"/> 1813 <link id="server_name"/>
1810 directive, in redirects issued by nginx. 1814 directive, in redirects issued by nginx.
1811 When disabled, the name from the <header>Host</header> request header field 1815 When disabled, the name from the <header>Host</header> request header field
1812 is used. 1816 is used.
1813 If this field is not present, an IP address of the server is used. 1817 If this field is not present, an IP address of the server is used.
1818 </para>
1819
1820 <para>
1821 See also the <link id="port_in_redirect"/> directive.
1814 </para> 1822 </para>
1815 1823
1816 </directive> 1824 </directive>
1817 1825
1818 1826