Second defaultEntryPoint should be https, not http.

This commit is contained in:
Gerben Welter 2018-02-28 14:24:03 +01:00 committed by Traefiker Bot
parent 422109b82f
commit 49a9e2a9e0

View file

@ -243,7 +243,7 @@ entryPoint = "https"
Specify the entryPoint to use during the challenges.
```toml
defaultEntryPoints = ["http", "http"]
defaultEntryPoints = ["http", "https"]
[entryPoints]
[entryPoints.http]