Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. debug = true
  2. checkNewVersion = true
  3. logLevel = "ERROR"
  4. defaultEntryPoints = ["https","http","3000"]
  5. [entryPoints]
  6. [entryPoints.http]
  7. address = ":80"
  8. [entryPoints.https]
  9. address = ":443"
  10. [entryPoints.https.tls]
  11. [retry]
  12. [docker]
  13. endpoint = "unix:///var/run/docker.sock"
  14. domain = "referlock.demohoster.com"
  15. watch = true
  16. exposedbydefault = false
  17. [acme]
  18. email = "ptttipool@gmail.com"
  19. storageFile = "/etc/traefik/acme/acme.json"
  20. entryPoint = "https"
  21. onDemand = false
  22. OnHostRule = true
  23. [acme.httpChallenge]
  24. entryPoint = "http"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement