traefik config bug dfix

This commit is contained in:
Yan Lin 2026-02-14 07:51:25 +01:00
parent 6c915b5a09
commit 95edbcb92d

View file

@ -17,10 +17,10 @@
exposedByDefault = false; exposedByDefault = false;
network = "podman"; network = "podman";
}; };
entrypoints = { entryPoints = {
web = { http = {
address = ":80"; address = ":80";
http.redirections.entrypoint = { http.redirections.entryPoint = {
to = "websecure"; to = "websecure";
scheme = "https"; scheme = "https";
permanent = true; permanent = true;