mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-12-20 05:14:37 -05:00
reduce HTTP/2 chunk size to match TLS record size
This commit is contained in:
parent
9ed069073c
commit
0e16b5798b
@ -29,6 +29,7 @@ http {
|
|||||||
client_header_buffer_size 1k;
|
client_header_buffer_size 1k;
|
||||||
large_client_header_buffers 2 1k;
|
large_client_header_buffers 2 1k;
|
||||||
http2_recv_buffer_size 128k;
|
http2_recv_buffer_size 128k;
|
||||||
|
http2_chunk_size 4k;
|
||||||
|
|
||||||
client_body_timeout 30s;
|
client_body_timeout 30s;
|
||||||
client_header_timeout 30s;
|
client_header_timeout 30s;
|
||||||
|
Loading…
Reference in New Issue
Block a user