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" }}