Advertisement
Guest User

Untitled

a guest
Dec 21st, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. debug = false
  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. [api]
  18.  
  19. [docker]
  20. endpoint = "unix:///var/run/docker.sock"
  21. domain = "whitebox.app"
  22. watch = true
  23. exposedByDefault = true
  24. swarmMode = true
  25.  
  26. [acme]
  27. email = "*****"
  28. storage = "acme.json"
  29. entryPoint = "https"
  30. onHostRule = true
  31.  
  32. [acme.httpChallenge]
  33. entryPoint = "http"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement