From 1ac4321013da2cac7f9d9307f0dda55bd0ea36c2 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Thu, 26 Jan 2023 16:38:08 +1100 Subject: [PATCH] docs: fix misc issues (#4831) --- docs/content/en/integration/proxies/traefik.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/content/en/integration/proxies/traefik.md b/docs/content/en/integration/proxies/traefik.md index 0eed9e4d4..67add7485 100644 --- a/docs/content/en/integration/proxies/traefik.md +++ b/docs/content/en/integration/proxies/traefik.md @@ -364,7 +364,10 @@ http: middlewares: authelia: forwardAuth: - address: 'https://authelia:9091/api/authz/forward-auth?authelia_url=https%3A%2F%2Fauth.example.com%2F' + address: 'http://authelia:9091/api/authz/forward-auth' + ## The following commented line is for configuring the Authelia URL in the proxy. We strongly suggest this is + ## configured in the Session Cookies section of the Authelia configuration. + # address: 'https://authelia:9091/api/authz/forward-auth?authelia_url=https%3A%2F%2Fauth.example.com%2F' trustForwardHeader: true authResponseHeaders: - 'Authorization'