Advertisement
Guest User

Untitled

a guest
May 24th, 2019
131
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.  
  3. logLevel = "ERROR"
  4. defaultEntryPoints = ["https","http"]
  5.  
  6. [entryPoints]
  7. [entryPoints.http]
  8. address = ":80"
  9. [entryPoints.http.redirect]
  10. entryPoint = "https"
  11. [entryPoints.https]
  12. address = ":443"
  13. [entryPoints.https.tls]
  14.  
  15. [retry]
  16.  
  17. [docker]
  18. endpoint = "unix:///var/run/docker.sock"
  19. watch = true
  20. exposedbydefault = true
  21.  
  22. [acme]
  23. email = "ssl@domain.com"
  24. storage = "acme.json"
  25. entryPoint = "https"
  26. OnHostRule = true
  27. caServer = "https://acme-staging-v02.api.letsencrypt.org/directory"
  28. [acme.httpChallenge]
  29. entryPoint = "http"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement