diff --git a/authelia/authelia.yml b/authelia/authelia.yml index f7e3918..5476e41 100644 --- a/authelia/authelia.yml +++ b/authelia/authelia.yml @@ -12,7 +12,6 @@ services: - 'traefik.enable=true' - 'traefik.http.routers.authelia.entrypoints=websecure' - 'traefik.http.routers.authelia.rule=Host(`authelia.meftimes.com`)' - - 'traefik.http.routers.authelia.tls.certresolver=letsencrypt' - 'traefik.http.middlewares.authelia.forwardauth.address=http://authelia:9091/api/verify?rd=https://authelia.meftimes.com' - 'traefik.http.middlewares.authelia.forwardauth.trustForwardHeader=true' - 'traefik.http.middlewares.authelia.forwardauth.authResponseHeaders=Remote-User,Remote-Groups,Remote-Name,Remote-Email'