reduce HTTP/2 input buffer size

This commit is contained in:
Daniel Micay 2020-12-21 14:36:58 -05:00
parent 71db53f1e5
commit 1c179990cf

View File

@ -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;