This commit is contained in:
DistroByte 2023-08-04 13:50:10 +01:00
commit 6a6be89cc2
No known key found for this signature in database
GPG key ID: 216AF164FD24BD37

View file

@ -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"