diff --git a/docs/content/migration/v1-to-v2.md b/docs/content/migration/v1-to-v2.md index 6fbfeeb24..688da3dfb 100644 --- a/docs/content/migration/v1-to-v2.md +++ b/docs/content/migration/v1-to-v2.md @@ -370,13 +370,13 @@ To apply a redirection: ## static configuration [entryPoints.web] - address = 80 + address = ":80" [entryPoints.web.http.redirections.entryPoint] to = "websecure" scheme = "https" [entryPoints.websecure] - address = 443 + address = ":443" ``` ```yaml tab="File (YAML)"