lower large_client_header_buffers to match HTTP/2
This commit is contained in:
parent
82493a7556
commit
dd9df36c79
@ -22,6 +22,11 @@ http {
|
||||
|
||||
client_max_body_size 1k;
|
||||
client_body_buffer_size 1k;
|
||||
client_header_buffer_size 1k;
|
||||
large_client_header_buffers 4 4k;
|
||||
http2_max_field_size 4k;
|
||||
http2_max_header_size 16k;
|
||||
|
||||
client_body_timeout 30s;
|
||||
client_header_timeout 30s;
|
||||
send_timeout 30s;
|
||||
|
Loading…
x
Reference in New Issue
Block a user