Update bind.md

This commit is contained in:
Aaron Paterson 2024-10-10 10:05:06 -04:00 committed by GitHub
parent 5bc75dd1a4
commit 3292caf4ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,12 +17,12 @@ Note that binding sites inconsistently may result in unintended consequences. Fo
```caddy-d
bind <hosts...> {
protocols <protocol> ...
protocols <protocols...>
}
```
- **&lt;hosts...&gt;** is the list of host interfaces to bind which to bind the listener.
- **&lt;protocol&gt;** is an optional override of the HTTP protocols to enable for the listener, see the [server options](/docs/caddyfile/options#protocols) for its accepted values and their meanings.
- **&lt;protocols...&gt;** is an optional override of the HTTP protocols to enable for the listener, see the [server options](/docs/caddyfile/options#protocols) for its accepted values and their meanings.
## Examples