diff --git a/docs/content/migration/v1-to-v2.md b/docs/content/migration/v1-to-v2.md index 7840726ed..3c0c58080 100644 --- a/docs/content/migration/v1-to-v2.md +++ b/docs/content/migration/v1-to-v2.md @@ -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"