comparison xml/en/docs/http/ngx_http_core_module.xml @ 2795:691de23367a7

Added link to "Virtual server Selection" in buffer directives.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 13 Jul 2021 13:57:32 +0100
parents 4934cbc1db19
children 4add6ae1296f
comparison
equal deleted inserted replaced
2794:b74f2038f2b5 2795:691de23367a7
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="98"> 13 rev="99">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="absolute_redirect"> 17 <directive name="absolute_redirect">
18 <syntax><literal>on</literal> | <literal>off</literal></syntax> 18 <syntax><literal>on</literal> | <literal>off</literal></syntax>
418 it may not fit into 1K. 418 it may not fit into 1K.
419 If a request line or a request header field does not fit into 419 If a request line or a request header field does not fit into
420 this buffer then larger buffers, configured by the 420 this buffer then larger buffers, configured by the
421 <link id="large_client_header_buffers"/> directive, 421 <link id="large_client_header_buffers"/> directive,
422 are allocated. 422 are allocated.
423 </para>
424
425 <para>
426 If the directive is specified on the <link id="server"/> level,
427 the value from the default server can be used.
428 Details are provided in the
429 “<link doc="server_names.xml" id="virtual_server_selection">Virtual
430 server selection</link>” section.
423 </para> 431 </para>
424 432
425 </directive> 433 </directive>
426 434
427 435
819 directive). 827 directive).
820 </para> 828 </para>
821 829
822 <para> 830 <para>
823 If the directive is specified on the <link id="server"/> level, 831 If the directive is specified on the <link id="server"/> level,
824 its value is only used if a server is a default one. 832 the value from the default server can be used.
825 The value specified also applies to all virtual servers 833 Details are provided in the
826 listening on the same address and port. 834 “<link doc="server_names.xml" id="virtual_server_selection">Virtual
835 server selection</link>” section.
827 </para> 836 </para>
828 837
829 </directive> 838 </directive>
830 839
831 840
1020 error is returned to the client. 1029 error is returned to the client.
1021 Buffers are allocated only on demand. 1030 Buffers are allocated only on demand.
1022 By default, the buffer size is equal to 8K bytes. 1031 By default, the buffer size is equal to 8K bytes.
1023 If after the end of request processing a connection is transitioned 1032 If after the end of request processing a connection is transitioned
1024 into the keep-alive state, these buffers are released. 1033 into the keep-alive state, these buffers are released.
1034 </para>
1035
1036 <para>
1037 If the directive is specified on the <link id="server"/> level,
1038 the value from the default server can be used.
1039 Details are provided in the
1040 “<link doc="server_names.xml" id="virtual_server_selection">Virtual
1041 server selection</link>” section.
1025 </para> 1042 </para>
1026 1043
1027 </directive> 1044 </directive>
1028 1045
1029 1046
1812 the compression off. 1829 the compression off.
1813 </para> 1830 </para>
1814 1831
1815 <para> 1832 <para>
1816 If the directive is specified on the <link id="server"/> level, 1833 If the directive is specified on the <link id="server"/> level,
1817 its value is only used if a server is a default one. 1834 the value from the default server can be used.
1818 The value specified also applies to all virtual servers 1835 Details are provided in the
1819 listening on the same address and port. 1836 “<link doc="server_names.xml" id="virtual_server_selection">Virtual
1837 server selection</link>” section.
1820 </para> 1838 </para>
1821 1839
1822 </directive> 1840 </directive>
1823 1841
1824 1842
2983 <link id="ignore_invalid_headers"/> directive. 3001 <link id="ignore_invalid_headers"/> directive.
2984 </para> 3002 </para>
2985 3003
2986 <para> 3004 <para>
2987 If the directive is specified on the <link id="server"/> level, 3005 If the directive is specified on the <link id="server"/> level,
2988 its value is only used if a server is a default one. 3006 the value from the default server can be used.
2989 The value specified also applies to all virtual servers 3007 Details are provided in the
2990 listening on the same address and port. 3008 “<link doc="server_names.xml" id="virtual_server_selection">Virtual
3009 server selection</link>” section.
2991 </para> 3010 </para>
2992 3011
2993 </directive> 3012 </directive>
2994 3013
2995 3014