nodes/htz.ex42-1048908: fix X-Forwarded-For header for matrix-media-repo
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
b5ab21549d
commit
cbc0a1a927
2 changed files with 4 additions and 1 deletions
|
@ -358,6 +358,9 @@ nodes['htz.ex42-1048908'] = {
|
|||
'/_matrix/media': {
|
||||
'target': 'http://localhost:20090',
|
||||
'client_max_body_size': '500M',
|
||||
# matrix-media-repo needs this to be the
|
||||
# homeserver address.
|
||||
'x_forwarded_host': 'franzi.business',
|
||||
},
|
||||
'/_synapse': {
|
||||
'target': 'http://[::1]:20080',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue