comparison xml/en/docs/http/ngx_http_core_module.xml @ 1023:375055da60fa

Improved wording of merge_slashes etc. (ticket #448).
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 25 Nov 2013 19:55:34 +0400
parents f6910d313faa
children e47971bf6619
comparison
equal deleted inserted replaced
1022:f6910d313faa 1023:375055da60fa
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="23"> 13 rev="24">
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>
719 underscores (as controlled by the <link id="underscores_in_headers"/> 719 underscores (as controlled by the <link id="underscores_in_headers"/>
720 directive). 720 directive).
721 </para> 721 </para>
722 722
723 <para> 723 <para>
724 A directive can be specified on the <link id="server"/> level 724 If the directive is specified on the <link id="server"/> level,
725 in a default server. 725 its value is only used if a server is a default one.
726 In this case, its value will apply to all virtual servers 726 The value specified also applies to all virtual servers
727 listening on the same address and port. 727 listening on the same address and port.
728 </para> 728 </para>
729 729
730 </directive> 730 </directive>
731 731
1586 However, for security considerations, it is better to avoid turning 1586 However, for security considerations, it is better to avoid turning
1587 the compression off. 1587 the compression off.
1588 </para> 1588 </para>
1589 1589
1590 <para> 1590 <para>
1591 A directive can be specified on the <link id="server"/> level 1591 If the directive is specified on the <link id="server"/> level,
1592 in a default server. 1592 its value is only used if a server is a default one.
1593 In this case, its value will apply to all virtual servers 1593 The value specified also applies to all virtual servers
1594 listening on the same address and port. 1594 listening on the same address and port.
1595 </para> 1595 </para>
1596 1596
1597 </directive> 1597 </directive>
1598 1598
2667 marked as invalid and become subject to the 2667 marked as invalid and become subject to the
2668 <link id="ignore_invalid_headers"/> directive. 2668 <link id="ignore_invalid_headers"/> directive.
2669 </para> 2669 </para>
2670 2670
2671 <para> 2671 <para>
2672 A directive can be specified on the <link id="server"/> level 2672 If the directive is specified on the <link id="server"/> level,
2673 in a default server. 2673 its value is only used if a server is a default one.
2674 In this case, its value will apply to all virtual servers 2674 The value specified also applies to all virtual servers
2675 listening on the same address and port. 2675 listening on the same address and port.
2676 </para> 2676 </para>
2677 2677
2678 </directive> 2678 </directive>
2679 2679