From 79a5baa04e5a38a3e3163dda459302b7432be5bc Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 7 Aug 2020 17:50:53 +0200 Subject: [PATCH] htz.ex42-1048908: increase proxy timeout for matrix-media-repo --- data/nginx/files/extras/htz.ex42-1048908/matrix.franzi.business | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/nginx/files/extras/htz.ex42-1048908/matrix.franzi.business b/data/nginx/files/extras/htz.ex42-1048908/matrix.franzi.business index d87e33c..8c5c786 100644 --- a/data/nginx/files/extras/htz.ex42-1048908/matrix.franzi.business +++ b/data/nginx/files/extras/htz.ex42-1048908/matrix.franzi.business @@ -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;