reduce HTTP/2 input buffer size
This commit is contained in:
parent
71db53f1e5
commit
1c179990cf
@ -26,6 +26,7 @@ http {
|
||||
large_client_header_buffers 4 4k;
|
||||
http2_max_field_size 4k;
|
||||
http2_max_header_size 16k;
|
||||
http2_recv_buffer_size 128k;
|
||||
|
||||
client_body_timeout 30s;
|
||||
client_header_timeout 30s;
|
||||
|
Loading…
x
Reference in New Issue
Block a user