Be consistent with the names of entrypoints.
Thanks, Jalpie!
This commit is contained in:
parent
8141ff6cd5
commit
00cdbb9f84
1 changed files with 2 additions and 2 deletions
|
@ -284,10 +284,10 @@ entryPoints:
|
||||||
http:
|
http:
|
||||||
redirections:
|
redirections:
|
||||||
entryPoint:
|
entryPoint:
|
||||||
to: websecure
|
to: web-secure
|
||||||
scheme: https
|
scheme: https
|
||||||
|
|
||||||
websecure:
|
web-secure:
|
||||||
address: :443
|
address: :443
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue