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