diff --git a/configs/dynamic/dashboard.yml b/configs/dynamic/dashboard.yml index c182110..8722d7e 100644 --- a/configs/dynamic/dashboard.yml +++ b/configs/dynamic/dashboard.yml @@ -3,7 +3,7 @@ http: traefik: rule: Host(`dashboard.tips-of-mine.local`) entryPoints: - - websecure + - https service: api@internal middlewares: - dashboardauth @@ -12,7 +12,7 @@ http: traefik-http-redirect: rule: Host(`dashboard.tips-of-mine.local`) entryPoints: - - web + - http service: api@internal middlewares: - "redirect-to-https"