This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
services/caddy/config/conf.d/matrix.msrg.cc.conf
2022-08-22 23:05:13 +02:00

16 lines
281 B
Text

matrix.msrg.cc {
reverse_proxy /_matrix/* synapse:8008
reverse_proxy /_synapse/* synapse:8008
handle_path /admin/* {
rewrite * {path}
reverse_proxy synapse-admin:80
}
}
msrg.cc:8008,
msrg.cc:8448,
matrix.msrg.cc:8008,
matrix.msrg.cc:8448 {
reverse_proxy synapse:8008
}