Add extra_header_count to document and config.

Change-Id: Iec86b488d71553c295afe7098822ce2046df9546
This commit is contained in:
Charles Hsu 2015-08-05 22:09:40 +08:00
parent 5b24b22498
commit f0d51882b9
3 changed files with 9 additions and 1 deletions

View File

@ -390,6 +390,13 @@ max_header_size 8192 max_header_size is the max number of bytes in
See also include_service_catalog in
proxy-server.conf-sample (documented in
overview_auth.rst).
extra_header_count 0 By default the maximum number of allowed
headers depends on the number of max
allowed metadata settings plus a default
value of 32 for regular http headers.
If for some reason this is not enough (custom
middleware for example) it can be increased
with the extra_header_count constraint.
=================== ========== =============================================
---------------------------

View File

@ -134,7 +134,7 @@ default = yes
# headers. If for some reason this is not enough (custom middleware for
# example) it can be increased with the extra_header_count constraint.
#extra_header_count = 32
#extra_header_count = 0
# max_object_name_length is the max number of bytes in the utf8 encoding

View File

@ -93,6 +93,7 @@ fake_syslog = False
#max_meta_count = 90
#max_meta_overall_size = 4096
#max_header_size = 8192
#extra_header_count = 0
#max_object_name_length = 1024
#container_listing_limit = 10000
#account_listing_limit = 10000