Skip to content
Snippets Groups Projects
Commit c1709495 authored by Chris Shantz's avatar Chris Shantz
Browse files

Added a traefik folder containing acme.json and traefik.toml

parent 99847bc5
No related branches found
No related tags found
No related merge requests found
debug = false
logLevel = "ERROR"
defaultEntryPoints = ["https","http"]
[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.http.redirect]
entryPoint = "https"
[entryPoints.https]
address = ":443"
[entryPoints.https.tls]
[retry]
[acme]
email = "YOU@EXAMPLE.COM"
storage = "acme.json"
entryPoint = "https"
OnHostRule = true
[acme.httpChallenge]
entryPoint = "http"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment