Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #logLevel = "DEBUG"
- logLevel = "INFO" #DEBUG, INFO, WARN, ERROR, FATAL, PANIC"
- ################################################################
- defaultEntryPoints = ["http", "https"]
- InsecureSkipVerify = true
- [entryPoints]
- [entryPoints.http]
- address = ":80"
- [entryPoints.http.forwardedHeaders]
- [entryPoints.http.redirect]
- entryPoint = "https"
- [entryPoints.https]
- address = ":443"
- [entryPoints.https.forwardedHeaders]
- [entryPoints.https.tls]
- [web]
- address = ":8080"
- ################################################################
- # Docker configuration backend
- ################################################################
- [docker]
- endpoint = "unix:///var/run/docker.sock"
- domain = "xxxx.xxxxx"
- watch = true
- exposedbydefault = false
- [acme]
- email = "xxxx"
- storage = "acme.json"
- entryPoint = "https"
- OnHostRule = true
- [acme.httpChallenge]
- entryPoint = "http"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement