docs
examples
apache
caddy
matrix-dimension
matrix-riot-web
matrix-synapse
matrix-util
haproxy
host-vars.yml
hosts
group_vars
inventory
roles
.editorconfig
.gitignore
CHANGELOG.md
LICENSE
README.md
ansible.cfg
setup.yml
9 lines
243 B
Plaintext
9 lines
243 B
Plaintext
https://riot.DOMAIN {
|
|
# These might differ if you are supplying your own certificates
|
|
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
|
|
}
|
|
}
|