nodes/htz.ex42-1048908: fix matrix server wellknown stuff
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-07-05 20:05:47 +02:00
parent 3c23de4dfa
commit 4a30aeaab6
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -317,7 +317,7 @@ nodes['htz.ex42-1048908'] = {
},
'/.well-known/matrix/server': {
'return': json_dumps({
'm.server': 'https://matrix.franzi.business',
'm.server': 'matrix.franzi.business:443',
}, sort_keys=True),
'additional_config': {
'default_type application/json',
@ -384,7 +384,7 @@ nodes['htz.ex42-1048908'] = {
},
'/.well-known/matrix/server': {
'return': json_dumps({
'm.server': 'https://matrix.franzi.business',
'm.server': 'matrix.franzi.business:443',
}, sort_keys=True),
'additional_config': {
'default_type application/json',