diff --git a/config/traefik.toml b/config/traefik.toml index b87c390..3f7cd38 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -17,11 +17,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"