mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-10-01 04:45:34 -04:00
reduce proxy send timeout
This commit is contained in:
parent
12d81c7885
commit
11579e87ca
@ -131,6 +131,7 @@ http {
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header Host $host;
|
||||
proxy_connect_timeout 5s;
|
||||
proxy_send_timeout 15s;
|
||||
proxy_read_timeout 600s;
|
||||
|
||||
client_max_body_size 100m;
|
||||
|
Loading…
Reference in New Issue
Block a user