Ver a proveniência
Fix missing argument
Fix missing "reverse_proxy" argument line 35
pull/4205/head
luneth
há 1 ano
committed by
GitHub
ascendente
cometimento
e71f081119
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com
1 adições e
1 eliminações
-
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} |
|
|
|
|