We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a14834 commit 43c1de2Copy full SHA for 43c1de2
docs/config.md
@@ -202,7 +202,9 @@ This is an opt-in configuration that needs to be added to the global options in
202
> This can also be configured using the `CADDY_GLOBAL_OPTIONS` environment config:
203
204
```sh
205
-CADDY_GLOBAL_OPTIONS="servers { enable_full_duplex }"
+CADDY_GLOBAL_OPTIONS="servers {
206
+ enable_full_duplex
207
+}"
208
```
209
210
You can find more information about this setting in the [Caddy documentation](https://caddyserver.com/docs/caddyfile/options#enable-full-duplex).
0 commit comments