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:
|
entryPoints:
|
||||||
web:
|
web:
|
||||||
address: 80
|
address: ":80"
|
||||||
http:
|
http:
|
||||||
redirections:
|
redirections:
|
||||||
entrypoint:
|
entrypoint:
|
||||||
|
@ -393,7 +393,7 @@ To apply a redirection:
|
||||||
scheme: https
|
scheme: https
|
||||||
|
|
||||||
websecure:
|
websecure:
|
||||||
address: 443
|
address: ":443"
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! example "HTTP to HTTPS redirection per domain"
|
!!! example "HTTP to HTTPS redirection per domain"
|
||||||
|
|
Loading…
Reference in a new issue