Syntax: | client_header_buffer_size |
---|---|
Default: | client_header_buffer_size 1k; |
Context: | http , server |
Sets buffer size for reading client request header. For most requests, a buffer of 1K bytes is enough. However, if a request includes long cookies, or comes from a WAP client, it may not fit into 1K. If a request line or a request header field does not fit into this buffer then larger buffers, configured by the large_client_header_buffers directive, are allocated.
Please login to continue.