From aa68cc2e63514ea3ef4dedf8031731d789f06b44 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Sat, 28 Mar 2020 08:02:04 -0400 Subject: [PATCH] Doc Fix for 2.2 Redirects --- docs/content/routing/entrypoints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```