use default HTTP/2 input buffer size

This commit is contained in:
Daniel Micay 2023-02-09 05:12:30 -05:00
parent 5c4e3ba68b
commit 3909151fc8

View File

@ -28,7 +28,6 @@ http {
client_body_buffer_size 1k;
client_header_buffer_size 1k;
large_client_header_buffers 2 1k;
http2_recv_buffer_size 128k;
http2_chunk_size 4k;
client_body_timeout 30s;