mirror of
https://github.com/traefik/traefik.git
synced 2026-05-05 20:36:20 +02:00
Fix typos in migration guide
This commit is contained in:
parent
76e35a09b7
commit
512ed086bd
@ -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…
x
Reference in New Issue
Block a user