Skip to content

Commit

Permalink
Update config.md (#1290)
Browse files Browse the repository at this point in the history
Fix example that doesn't work with the currently used Caddy version
  • Loading branch information
skeemer authored Dec 28, 2024
1 parent 5a14834 commit 43c1de2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 43c1de2

Please sign in to comment.