Add support for settings wsgi MAX_HEADER_LINE
Changes default from 8192 to 16384 and adds a configuration option. Change-Id: Ia6dc883c60e32e54124fc4d9e5853021c861c284 Closes-Bug: 1453591
This commit is contained in:
@@ -75,6 +75,11 @@ debug = False
|
||||
# Port the bind the API server to
|
||||
#api_port = 9001
|
||||
|
||||
# Maximum line size of message headers to be accepted. max_header_line may
|
||||
# need to be increased when using large tokens (typically those generated by
|
||||
# the Keystone v3 API with big service catalogs).
|
||||
#max_header_line = 16384
|
||||
|
||||
# Authentication strategy to use - can be either "noauth" or "keystone"
|
||||
#auth_strategy = keystone
|
||||
|
||||
|
||||
Reference in New Issue
Block a user