diff 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
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_proxy_module.xml	Wed Dec 26 08:41:34 2012 +0000
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml	Wed Dec 26 12:18:18 2012 +0000
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_proxy_module"
         link="/en/docs/http/ngx_http_proxy_module.html"
         lang="en"
-        rev="6">
+        rev="7">
 
 <section id="summary">
 
@@ -610,6 +610,42 @@
 </directive>
 
 
+<directive name="proxy_headers_hash_bucket_size">
+<syntax><value>size</value></syntax>
+<default>64</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+
+<para>
+Sets the bucket <value>size</value> for hash tables
+used by the <link id="proxy_hide_header"/> and <link id="proxy_set_header"/>
+directives.
+Details of setting up hash tables are provided in a separate
+<link doc="../hash.xml">document</link>.
+</para>
+
+</directive>
+
+
+<directive name="proxy_headers_hash_max_size">
+<syntax><value>size</value></syntax>
+<default>512</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+
+<para>
+Sets the maximum <value>size</value> of hash tables
+used by the <link id="proxy_hide_header"/> and <link id="proxy_set_header"/>
+directives.
+Details of setting up hash tables are provided in a separate
+<link doc="../hash.xml">document</link>.
+</para>
+
+</directive>
+
+
 <directive name="proxy_hide_header">
 <syntax><value>field</value></syntax>
 <default/>