mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-06 10:21:40 -05:00
8 lines
252 B
Text
8 lines
252 B
Text
https://element.DOMAIN {
|
|
# These might differ if you are supplying your own certificates
|
|
tls /matrix/ssl/config/live/element.DOMAIN/fullchain.pem /matrix/ssl/config/live/element.DOMAIN/privkey.pem
|
|
|
|
proxy / http://127.0.0.1:8765 {
|
|
transparent
|
|
}
|
|
}
|