mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 10:15:14 +00:00
Merge pull request #591 from bcurran3/patch-56
FIX: Traefik - traefik_port_http variable defined but never used
This commit is contained in:
commit
ddc9bb1d87
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
[entryPoints]
|
||||
[entryPoints.web]
|
||||
address = ":80"
|
||||
address = ":{{ traefik_port_http }}"
|
||||
|
||||
[entryPoints.web.http.redirections.entryPoint]
|
||||
to = "websecure"
|
||||
|
|
Loading…
Reference in a new issue