Skip to content

Instantly share code, notes, and snippets.

@FrozenDroid
Created June 11, 2018 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FrozenDroid/afc4e9742a260781267aa0254fcb03d1 to your computer and use it in GitHub Desktop.
Save FrozenDroid/afc4e9742a260781267aa0254fcb03d1 to your computer and use it in GitHub Desktop.
debug = false
InsecureSkipVerify = true
logLevel = "INFO"
defaultEntryPoints = ["https","http"]
[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.http.redirect]
entryPoint = "https"
[entryPoints.https]
address = ":443"
[entryPoints.https.tls]
[retry]
[api]
[docker]
endpoint = "unix:///var/run/docker.sock"
domain = "frozendroid.com"
watch = true
#exposedbydefault = false
[acme]
email = "me@frozendroid.com"
storage = "acme.json"
entryPoint = "https"
OnHostRule = true
[acme.httpChallenge]
entryPoint = "http"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment