re enabled http port on 80
This commit is contained in:
parent
67c41a862e
commit
10fd62be48
1 changed files with 5 additions and 5 deletions
|
@ -35,11 +35,11 @@ job "traefik" {
|
|||
template {
|
||||
data = <<EOF
|
||||
[entryPoints]
|
||||
# [entryPoints.web]
|
||||
# address = ":80"
|
||||
# [entryPoints.web.http.redirections.entryPoint]
|
||||
# to = "websecure"
|
||||
# scheme = "https"
|
||||
[entryPoints.web]
|
||||
address = ":80"
|
||||
[entryPoints.web.http.redirections.entryPoint]
|
||||
to = "websecure"
|
||||
scheme = "https"
|
||||
|
||||
[entryPoints.websecure]
|
||||
address = ":443"
|
||||
|
|
Loading…
Reference in a new issue