3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-10-21 07:33:23 +00:00
Files
matrix-docker-ansible-deploy/examples/caddy/matrix-riot-web
2019-04-16 19:36:03 +02:00

8 lines
178 B
Plaintext

https://riot.DOMAIN {
tls /matrix/ssl/config/live/riot.DOMAIN/fullchain.pem /matrix/ssl/config/live/riot.DOMAIN/privkey.pem
proxy / http://127.0.0.1:8765 {
transparent
}
}