From 43c1de23720cbfe9fe472e1c85734c17b6af5337 Mon Sep 17 00:00:00 2001 From: Leo Lutz Date: Sat, 28 Dec 2024 13:28:48 -0700 Subject: [PATCH] Update config.md (#1290) Fix example that doesn't work with the currently used Caddy version --- docs/config.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index f79ea07fa..6bce7f9ec 100644 --- a/docs/config.md +++ b/docs/config.md @@ -202,7 +202,9 @@ This is an opt-in configuration that needs to be added to the global options in > This can also be configured using the `CADDY_GLOBAL_OPTIONS` environment config: ```sh -CADDY_GLOBAL_OPTIONS="servers { enable_full_duplex }" +CADDY_GLOBAL_OPTIONS="servers { + enable_full_duplex +}" ``` You can find more information about this setting in the [Caddy documentation](https://caddyserver.com/docs/caddyfile/options#enable-full-duplex).