mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-08-03 11:56:09 -04:00
reduce client body / header timeouts to 15s
This commit is contained in:
parent
270cd2ba3f
commit
38f344595f
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ http {
|
|||
large_client_header_buffers 2 1k;
|
||||
http2_chunk_size 4k;
|
||||
|
||||
client_body_timeout 30s;
|
||||
client_header_timeout 30s;
|
||||
client_body_timeout 15s;
|
||||
client_header_timeout 15s;
|
||||
send_timeout 30s;
|
||||
|
||||
resolver [::1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue