diff --git a/stack.production.yml b/stack.production.yml index 4325718..b89306b 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -68,9 +68,9 @@ services: - 'traefik.http.middlewares.authelia_authelia.forwardAuth.address=http://authelia_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. - - 'traefik.http.middlewares.authelia.forwardAuth.address=http://authelia_authelia:9091/api/authz/forward-auth?authelia_url=https%3A%2F%2Flogin.nixc.us%2F' - - 'traefik.http.middlewares.authelia_authelia.forwardAuth.trustForwardHeader=true' - - 'traefik.http.middlewares.authelia_authelia.forwardAuth.authResponseHeaders=Remote-User,Remote-Groups,Remote-Email,Remote-Name' + # - 'traefik.http.middlewares.authelia.forwardAuth.address=http://authelia_authelia:9091/api/authz/forward-auth?authelia_url=https%3A%2F%2Flogin.nixc.us%2F' + # - 'traefik.http.middlewares.authelia_authelia.forwardAuth.trustForwardHeader=true' + # - 'traefik.http.middlewares.authelia_authelia.forwardAuth.authResponseHeaders=Remote-User,Remote-Groups,Remote-Email,Remote-Name' # - "us.nixc.autodeploy=true" # - 'traefik.enable=true' # - 'traefik.http.routers.authelia_authelia.tls=true'