mirror of
https://github.com/php/frankenphp.git
synced 2026-03-24 00:52:11 +01:00
Update config.md (#1290)
Fix example that doesn't work with the currently used Caddy version
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user