From bdf84fcefd0d36a733ac2dab4853d705ba9059be Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 6 Apr 2024 14:35:53 -0300 Subject: [PATCH] Reinstate missing HTTP->HTTPS redirect --- traefik.yml.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/traefik.yml.tmpl b/traefik.yml.tmpl index 3f6aeab..5ef1676 100644 --- a/traefik.yml.tmpl +++ b/traefik.yml.tmpl @@ -24,6 +24,10 @@ api: entrypoints: web: address: ":80" + http: + redirections: + entryPoint: + to: web-secure web-secure: address: ":443" {{ if eq (env "GITEA_SSH_ENABLED") "1" }}