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