matrix: update revproxy configs

This commit is contained in:
transcaffeine 2020-08-05 08:23:49 +02:00
parent 4d5078e829
commit 1ce35c70fe
Signed by untrusted user: transcaffeine
GPG Key ID: 03624C433676E465

View File

@ -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
}
}