mirror of
https://github.com/containous/traefik.git
synced 2025-03-19 18:50:12 +03:00
Second defaultEntryPoint should be https, not http.
This commit is contained in:
parent
422109b82f
commit
49a9e2a9e0
@ -243,7 +243,7 @@ entryPoint = "https"
|
||||
Specify the entryPoint to use during the challenges.
|
||||
|
||||
```toml
|
||||
defaultEntryPoints = ["http", "http"]
|
||||
defaultEntryPoints = ["http", "https"]
|
||||
|
||||
[entryPoints]
|
||||
[entryPoints.http]
|
||||
|
Loading…
x
Reference in New Issue
Block a user