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;
network = "podman";
};
entrypoints = {
web = {
entryPoints = {
http = {
address = ":80";
http.redirections.entrypoint = {
http.redirections.entryPoint = {
to = "websecure";
scheme = "https";
permanent = true;