Merge pull request #5 from leath-dub/master

re enabled http port on 80
This commit is contained in:
cathalogue 2023-07-14 13:06:39 +01:00 committed by GitHub
commit 2f72e0162d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"