comparison xml/en/docs/http/ngx_http_proxy_module.xml @ 799:9e5847af3b2d

Documented the "proxy_headers_hash_bucket/max_size" directives.
author Vladimir Homutov <vl@nginx.com>
date Wed, 26 Dec 2012 12:18:18 +0000
parents ae776a353984
children ed29fd8be462
comparison
equal deleted inserted replaced
798:bc4923434591 799:9e5847af3b2d
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_proxy_module" 10 <module name="Module ngx_http_proxy_module"
11 link="/en/docs/http/ngx_http_proxy_module.html" 11 link="/en/docs/http/ngx_http_proxy_module.html"
12 lang="en" 12 lang="en"
13 rev="6"> 13 rev="7">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_proxy_module</literal> module allows to pass 18 The <literal>ngx_http_proxy_module</literal> module allows to pass
608 </para> 608 </para>
609 609
610 </directive> 610 </directive>
611 611
612 612
613 <directive name="proxy_headers_hash_bucket_size">
614 <syntax><value>size</value></syntax>
615 <default>64</default>
616 <context>http</context>
617 <context>server</context>
618 <context>location</context>
619
620 <para>
621 Sets the bucket <value>size</value> for hash tables
622 used by the <link id="proxy_hide_header"/> and <link id="proxy_set_header"/>
623 directives.
624 Details of setting up hash tables are provided in a separate
625 <link doc="../hash.xml">document</link>.
626 </para>
627
628 </directive>
629
630
631 <directive name="proxy_headers_hash_max_size">
632 <syntax><value>size</value></syntax>
633 <default>512</default>
634 <context>http</context>
635 <context>server</context>
636 <context>location</context>
637
638 <para>
639 Sets the maximum <value>size</value> of hash tables
640 used by the <link id="proxy_hide_header"/> and <link id="proxy_set_header"/>
641 directives.
642 Details of setting up hash tables are provided in a separate
643 <link doc="../hash.xml">document</link>.
644 </para>
645
646 </directive>
647
648
613 <directive name="proxy_hide_header"> 649 <directive name="proxy_hide_header">
614 <syntax><value>field</value></syntax> 650 <syntax><value>field</value></syntax>
615 <default/> 651 <default/>
616 <context>http</context> 652 <context>http</context>
617 <context>server</context> 653 <context>server</context>