From 95edbcb92db615abff11c53c8cda5895853ac72c Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 14 Feb 2026 07:51:25 +0100 Subject: [PATCH] traefik config bug dfix --- modules/traefik.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/traefik.nix b/modules/traefik.nix index 6c5aa29..1471509 100644 --- a/modules/traefik.nix +++ b/modules/traefik.nix @@ -17,10 +17,10 @@ exposedByDefault = false; network = "podman"; }; - entrypoints = { - web = { + entryPoints = { + http = { address = ":80"; - http.redirections.entrypoint = { + http.redirections.entryPoint = { to = "websecure"; scheme = "https"; permanent = true;