Update traefik.toml

This commit is contained in:
bcurran3 2022-08-20 14:36:56 -07:00 committed by GitHub
parent fdc1f6a2ec
commit c374f32077
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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