mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-05-20 15:30:26 -04:00
reduce proxy connect timeout
This commit is contained in:
parent
0a6c8e5c1f
commit
a703ab5d8c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue