diff --git a/stack.production.yml b/stack.production.yml index 438f895..bad182b 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -80,7 +80,7 @@ services: - "traefik.enable=true" - "traefik.docker.network=traefik" - "traefik.http.services.authelia_authelia.loadbalancer.server.port=9091" - - "traefik.http.routers.authelia_authelia.entrypoints=https" + - "traefik.http.routers.authelia_authelia.entrypoints=websecure" - "traefik.http.routers.authelia_authelia.rule=Host(`login.nixc.us`)" - "traefik.http.routers.authelia_authelia.middlewares=securityHeaders@file"