From 267a9682704bfb791d5ab919371294d4891be427 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Tue, 12 Mar 2024 21:23:50 +0100 Subject: [PATCH] Actualiser configs/dynamic/dashboard.yml --- configs/dynamic/dashboard.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"