瀏覽代碼

Improve comments for Caddy's TLS instructions

pull/170/head
Brendan Abolivier 6 年之前
父節點
當前提交
cdac997ddb
共有 2 個檔案被更改,包括 3 行新增0 行删除
  1. +2
    -0
      examples/caddy/matrix-dimension
  2. +1
    -0
      examples/caddy/matrix-synapse

+ 2
- 0
examples/caddy/matrix-dimension 查看文件

@@ -1,4 +1,6 @@
https://dimension.DOMAIN {
# 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
tls /matrix/ssl/config/live/dimension.DOMAIN/fullchain.pem /matrix/ssl/config/live/dimension.DOMAIN/privkey.pem

proxy / http://127.0.0.1:8134/ {


+ 1
- 0
examples/caddy/matrix-synapse 查看文件

@@ -1,5 +1,6 @@
https://matrix.DOMAIN {
# If you use your own certificates, your path may differ
# If you wish to use Caddy's built-in Let's Encrypt support, you can also supply an email address here
tls /matrix/ssl/config/live/matrix.DOMAIN/fullchain.pem /matrix/ssl/config/live/matrix.DOMAIN/privkey.pem

root /matrix/static-files


Loading…
取消
儲存