From c5e416d31c0d31ffc9cc4a5a9d27e92bc7a93d3b Mon Sep 17 00:00:00 2001 From: knight Date: Wed, 4 Feb 2026 10:11:32 -0500 Subject: [PATCH] Add global HTTP to HTTPS redirect All HTTP traffic now redirects to HTTPS at the entrypoint level, eliminating the need for per-service redirect middleware. Co-Authored-By: Claude Opus 4.5 --- stacks/traefik/traefik.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stacks/traefik/traefik.yml b/stacks/traefik/traefik.yml index 612f8b3..a8cf100 100644 --- a/stacks/traefik/traefik.yml +++ b/stacks/traefik/traefik.yml @@ -10,6 +10,11 @@ entryPoints: address: ":80" proxyProtocol: insecure: true + http: + redirections: + entryPoint: + to: https + scheme: https https: address: ":443" proxyProtocol: