htz.ex42-1048908: increase proxy timeout for matrix-media-repo
This commit is contained in:
parent
460b7d5375
commit
79a5baa04e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
|
||||
location /_matrix/media {
|
||||
proxy_read_timeout 60s;
|
||||
proxy_read_timeout 600s;
|
||||
proxy_set_header Host $host; # Make sure this matches your homeserver in media-repo.yaml
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
|
|
Loading…
Reference in a new issue