Fix typos in migration guide

This commit is contained in:
Sergiu Marsavela 2020-11-27 11:18:04 +01:00 committed by GitHub
parent 76e35a09b7
commit 512ed086bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"