瀏覽代碼

Fix missing argument

Fix missing "reverse_proxy" argument line 35
pull/4205/head
luneth 1 年之前
committed by GitHub
父節點
當前提交
e71f081119
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      examples/reverse-proxies/caddy2-in-container/Caddyfile

+ 1
- 1
examples/reverse-proxies/caddy2-in-container/Caddyfile 查看文件

@@ -10,7 +10,7 @@ matrix.example.com {
encode zstd gzip

# Use the docker service name instead of localhost or 127.0.0.1 here
matrix-traefik:8080 {
reverse_proxy matrix-traefik:8080 {
header_up X-Forwarded-Port {http.request.port}
header_up X-Forwarded-TlsProto {tls_protocol}
header_up X-Forwarded-TlsCipher {tls_cipher}


Loading…
取消
儲存