From 1ce35c70feab1fc6b69aba58e8d9f6e2e5006f07 Mon Sep 17 00:00:00 2001 From: Johanna Dorothea Reichmann Date: Wed, 5 Aug 2020 08:23:49 +0200 Subject: [PATCH] matrix: update revproxy configs --- webhosts/matrix/Caddyfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/webhosts/matrix/Caddyfile b/webhosts/matrix/Caddyfile index f9245a2..148e565 100755 --- a/webhosts/matrix/Caddyfile +++ b/webhosts/matrix/Caddyfile @@ -27,7 +27,11 @@ https://matrix.finallycoffee.eu { header_downstream Access-Control-Allow-Headers "Origin, X-Requested-With, Content-Type, Accept, Authorization" transparent } + proxy /_synapse matrix-synapse:8008 { + transparent + } proxy /metrics http://matrix-synapse:9100/_synapse/metrics + proxy /mautrix-telegram http://matrix-mautrix-telegram:8080 proxy / https://finallycoffee.eu/.well-known/matrix { except /_matrix } @@ -48,7 +52,7 @@ https://dimension.matrix.finallycoffee.eu { https://chat.finallycoffee.eu { tls /tls_certs/chat.finallycoffee.eu/fullchain.pem /tls_certs/chat.finallycoffee.eu/privkey.pem - proxy / http://matrix-riot-web:8080 { + proxy / http://matrix-client-element:8080 { transparent } }