examples and DNS_RESOLVERS fix
This commit is contained in:
0
examples/behind-traefik/traefik/acme.json
Normal file
0
examples/behind-traefik/traefik/acme.json
Normal file
@@ -1 +0,0 @@
|
||||
todo
|
||||
29
examples/behind-traefik/traefik/traefik.toml
Normal file
29
examples/behind-traefik/traefik/traefik.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
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]
|
||||
|
||||
[docker]
|
||||
endpoint = "unix:///var/run/docker.sock"
|
||||
domain = "website.com"
|
||||
watch = true
|
||||
exposedByDefault = false
|
||||
|
||||
[acme]
|
||||
email = "contact@website.com"
|
||||
storage = "acme.json"
|
||||
entryPoint = "https"
|
||||
onHostRule = true
|
||||
[acme.httpChallenge]
|
||||
entryPoint = "http"
|
||||
Reference in New Issue
Block a user