mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-07-02 10:16:41 -04:00
reduce proxy send timeout
This commit is contained in:
parent
12d81c7885
commit
11579e87ca
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue