diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-09 14:11:24 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-09 14:11:24 +0100 |
commit | 1fee0441e817483bd20bda370d3a87d3eb37feef (patch) | |
tree | d82a7323405f0afe0ef12fb8fcf4fd2df153560d /consul/configuration/chat | |
parent | 3c444363de260d479f50d894b853f49b58daed6c (diff) | |
download | infrastructure-1fee0441e817483bd20bda370d3a87d3eb37feef.tar.gz infrastructure-1fee0441e817483bd20bda370d3a87d3eb37feef.zip |
[frontend,matrix] finally fix order bug with traefik by assigning priorities
Diffstat (limited to 'consul/configuration/chat')
-rw-r--r-- | consul/configuration/chat/synapse/homeserver.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/consul/configuration/chat/synapse/homeserver.yaml b/consul/configuration/chat/synapse/homeserver.yaml index 0534235..7f313f6 100644 --- a/consul/configuration/chat/synapse/homeserver.yaml +++ b/consul/configuration/chat/synapse/homeserver.yaml @@ -61,6 +61,15 @@ listeners: resources: - names: [client] compress: true + + - port: 8448 + tls: false + bind_address: '' + type: http + + x_forwarded: false + + resources: - names: [federation] compress: false |