Fix typos in migration guide
This commit is contained in:
parent
76e35a09b7
commit
512ed086bd
1 changed files with 2 additions and 2 deletions
|
@ -385,7 +385,7 @@ To apply a redirection:
|
|||
|
||||
entryPoints:
|
||||
web:
|
||||
address: 80
|
||||
address: ":80"
|
||||
http:
|
||||
redirections:
|
||||
entrypoint:
|
||||
|
@ -393,7 +393,7 @@ To apply a redirection:
|
|||
scheme: https
|
||||
|
||||
websecure:
|
||||
address: 443
|
||||
address: ":443"
|
||||
```
|
||||
|
||||
!!! example "HTTP to HTTPS redirection per domain"
|
||||
|
|
Loading…
Reference in a new issue