소스 검색

Fix missing argument

Fix missing "reverse_proxy" argument line 35
pull/4206/head
luneth 1 년 전
committed by Slavi Pantaleev
부모
커밋
53fdf71d43
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}


불러오는 중...
취소
저장