Update traefik.toml

This commit is contained in:
bcurran3 2022-08-20 17:18:43 -07:00 committed by GitHub
parent c374f32077
commit c0477460a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
[entryPoints]
[entryPoints.web]
address = ":traefik_port_http"
address = ":{{ traefik_port_http }}"
[entryPoints.web.http.redirections.entryPoint]
to = "websecure"