Переглянути джерело

Fix missing argument

Fix missing "reverse_proxy" argument line 35
pull/4206/head
luneth 11 місяці тому
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}


Завантаження…
Відмінити
Зберегти