diff --git a/docs/content/routing/entrypoints.md b/docs/content/routing/entrypoints.md index 86078163d..9a71e2f4d 100644 --- a/docs/content/routing/entrypoints.md +++ b/docs/content/routing/entrypoints.md @@ -569,7 +569,7 @@ This whole section is dedicated to options, keyed by entry point, that will appl ```bash tab="CLI" --entrypoints.web.address=:80 --entrypoints.web.http.redirections.entryPoint.to=websecure - --entrypoints.web.http.redirections.entryPoint.https=true + --entrypoints.web.http.redirections.entryPoint.scheme=https --entrypoints.websecure.address=:443 ```