htz.ex42-1048908: increase proxy timeout for matrix-media-repo

This commit is contained in:
Franzi 2020-08-07 17:50:53 +02:00
parent 460b7d5375
commit 79a5baa04e
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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;