2019-04-16 19:36:03 +02:00
|
|
|
https://dimension.DOMAIN {
|
2019-05-09 13:22:23 +01:00
|
|
|
# These might differ if you are supplying your own certificates
|
|
|
|
# If you wish to use Caddy's built-in Let's Encrypt support, you can also supply an email address here
|
2019-04-16 19:36:03 +02:00
|
|
|
tls /matrix/ssl/config/live/dimension.DOMAIN/fullchain.pem /matrix/ssl/config/live/dimension.DOMAIN/privkey.pem
|
|
|
|
|
2019-12-05 17:33:08 -06:00
|
|
|
proxy / http://127.0.0.1:8184/ {
|
2019-04-16 19:36:03 +02:00
|
|
|
transparent
|
|
|
|
}
|
|
|
|
}
|