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 { template {
data = <<EOF data = <<EOF
[entryPoints] [entryPoints]
# [entryPoints.web] [entryPoints.web]
# address = ":80" address = ":80"
# [entryPoints.web.http.redirections.entryPoint] [entryPoints.web.http.redirections.entryPoint]
# to = "websecure" to = "websecure"
# scheme = "https" scheme = "https"
[entryPoints.websecure] [entryPoints.websecure]
address = ":443" address = ":443"