diff --git a/config/traefik.toml b/config/traefik.toml index f7b003d..179c84b 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -7,11 +7,11 @@ [entryPoints.web] address = ":80" -# [entryPoints.web.http] -# [entryPoints.web.http.redirections] -# [entryPoints.web.http.redirections.entryPoint] -# to = "websecure" -# scheme = "https" + [entryPoints.web.http] + [entryPoints.web.http.redirections] + [entryPoints.web.http.redirections.entryPoint] + to = "websecure" + scheme = "https" [entryPoints.websecure] address = ":443"