mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-12-20 21:34:37 -05: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-For $remote_addr;
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
|
proxy_connect_timeout 5s;
|
||||||
proxy_read_timeout 600s;
|
proxy_read_timeout 600s;
|
||||||
|
|
||||||
client_max_body_size 100m;
|
client_max_body_size 100m;
|
||||||
|
Loading…
Reference in New Issue
Block a user