From ba2d09f6fb15851c25d1c80ecba2749293a77a3c Mon Sep 17 00:00:00 2001 From: Nikolay Stankov <27363885+nstankov-bg@users.noreply.github.com> Date: Wed, 23 Mar 2022 04:38:09 -0500 Subject: [PATCH] Update entrypoint.md to add consistent CLI syntax --- docs/content/routing/entrypoints.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/content/routing/entrypoints.md b/docs/content/routing/entrypoints.md index ea15aeeda..2aa6b6faf 100644 --- a/docs/content/routing/entrypoints.md +++ b/docs/content/routing/entrypoints.md @@ -258,7 +258,8 @@ In most scenarios, this entryPoint is the same as the one used for TLS traffic. ``` ```bash tab="CLI" - --experimental.http3=true --entrypoints.name.http3 + --experimental.http3=true + --entrypoints.name.http3 ``` #### `advertisedPort` @@ -288,7 +289,8 @@ It can be used to override the authority in the `alt-svc` header, for example if ``` ```bash tab="CLI" - --experimental.http3=true --entrypoints.name.http3.advertisedport=443 + --experimental.http3=true + --entrypoints.name.http3.advertisedport=443 ``` ### Forwarded Headers