Merge pull request #591 from bcurran3/patch-56

FIX: Traefik - traefik_port_http variable defined but never used
This commit is contained in:
David Stephens 2022-08-21 20:06:08 +01:00 committed by GitHub
commit ddc9bb1d87
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"