mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-12-18 12:24:37 -05:00
reduce max client header buffer size
This commit is contained in:
parent
913cde9ff2
commit
46ca28258f
@ -26,7 +26,7 @@ http {
|
||||
client_max_body_size 1k;
|
||||
client_body_buffer_size 1k;
|
||||
client_header_buffer_size 1k;
|
||||
large_client_header_buffers 4 4k;
|
||||
large_client_header_buffers 2 1k;
|
||||
http2_recv_buffer_size 128k;
|
||||
|
||||
client_body_timeout 30s;
|
||||
|
Loading…
Reference in New Issue
Block a user