Skip to content

Commit 43c1de2

Browse files
authored
Update config.md (#1290)
Fix example that doesn't work with the currently used Caddy version
1 parent 5a14834 commit 43c1de2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/config.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,9 @@ This is an opt-in configuration that needs to be added to the global options in
202202
> This can also be configured using the `CADDY_GLOBAL_OPTIONS` environment config:
203203
204204
```sh
205-
CADDY_GLOBAL_OPTIONS="servers { enable_full_duplex }"
205+
CADDY_GLOBAL_OPTIONS="servers {
206+
enable_full_duplex
207+
}"
206208
```
207209

208210
You can find more information about this setting in the [Caddy documentation](https://caddyserver.com/docs/caddyfile/options#enable-full-duplex).

0 commit comments

Comments
 (0)