Update bind.md

This commit is contained in:
Aaron Paterson 2024-10-10 09:11:53 -04:00 committed by GitHub
parent 17c9c595b2
commit 5bc75dd1a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ bind <hosts...> {
``` ```
- **&lt;hosts...&gt;** is the list of host interfaces to bind which to bind the listener. - **&lt;hosts...&gt;** is the list of host interfaces to bind which to bind the listener.
- **&lt;protocols...&gt;** is an optional override of the HTTP protocols to enable for 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.
## Examples ## Examples