From f9bce31c2a4beb70d52bf144866f477a0b7bd378 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Sat, 9 Jul 2022 00:46:28 -0700 Subject: [PATCH] Fix typo --- server/config/traefik/traefik.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/server/config/traefik/traefik.yaml b/server/config/traefik/traefik.yaml index 2bc1dbf..7c899d3 100644 --- a/server/config/traefik/traefik.yaml +++ b/server/config/traefik/traefik.yaml @@ -1,10 +1,11 @@ entryPoints: web: address: :80 - redirections: - entryPoint: - to: websecure - scheme: https + http: + redirections: + entryPoint: + to: websecure + scheme: https websecure: address: :443