From 574b3a833a3324e623cafdab56061e490472d31b Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 17 Jul 2021 12:16:43 +0200 Subject: [PATCH] nodes/htz.ex42-1048908: fix metadata option for matrix-media-repo --- nodes/htz/ex42-1048908.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/htz/ex42-1048908.py b/nodes/htz/ex42-1048908.py index a48eba5..279bf04 100644 --- a/nodes/htz/ex42-1048908.py +++ b/nodes/htz/ex42-1048908.py @@ -254,7 +254,7 @@ nodes['htz.ex42-1048908'] = { }, '/_matrix/media': { 'target': 'http://localhost:20090', - 'client_max_body_size': '500M', + 'max_body_size': '500M', # matrix-media-repo needs this to be the # homeserver address. 'x_forwarded_host': 'franzi.business',