From 278e7392421f1e4a5a20f6723d20cbf18eca730a Mon Sep 17 00:00:00 2001 From: Hannes Braun Date: Mon, 30 Dec 2024 16:08:03 +0100 Subject: [PATCH] Fix allowACMEByPass TOML example --- docs/content/routing/entrypoints.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/content/routing/entrypoints.md b/docs/content/routing/entrypoints.md index 8c528d2f1..d210a652e 100644 --- a/docs/content/routing/entrypoints.md +++ b/docs/content/routing/entrypoints.md @@ -254,8 +254,7 @@ entryPoints: ```toml tab="File (TOML)" [entryPoints.foo] - [entryPoints.foo.allowACMEByPass] - allowACMEByPass = true + allowACMEByPass = true ``` ```bash tab="CLI"