Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. defaultEntryPoints = ["http", "https"]
  2.  
  3. [api]
  4. entrypoint="monitor"
  5.  
  6. [docker]
  7. domain = "herpaderpaldent.ch"
  8. watch = true
  9.  
  10. [entryPoints]
  11. [entryPoints.http]
  12. address = ":80"
  13. [entryPoints.http.redirect]
  14. entryPoint = "https"
  15. [entryPoints.https]
  16. address = ":443"
  17. [entryPoints.https.tls]
  18. [entryPoints.monitor]
  19. address=":8080"
  20. [entryPoints.monitor.auth]
  21. [entryPoints.monitor.auth.basic]
  22. users = [
  23. "admin:md5_password"
  24. ]
  25.  
  26. [acme]
  27. email = "felix.a.huber@gmx.net"
  28. storage = "acme.json"
  29. entryPoint = "https"
  30. onHostRule = true
  31. onDemand = false
  32. [acme.httpChallenge]
  33. entryPoint = "http"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement