mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-07-21 13:58:44 -04:00
raise proxy_read_timeout for synapse
This commit is contained in:
parent
b5b55be1a6
commit
3d99bfadd3
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ http {
|
|||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header Host $host;
|
||||
proxy_read_timeout 600s;
|
||||
|
||||
client_max_body_size 50m;
|
||||
client_body_buffer_size 16k;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue