mirror of
https://github.com/caddyserver/website.git
synced 2025-04-27 23:46:16 -04:00
Update bind.md
This commit is contained in:
parent
5bc75dd1a4
commit
3292caf4ac
1 changed files with 2 additions and 2 deletions
|
@ -17,12 +17,12 @@ Note that binding sites inconsistently may result in unintended consequences. Fo
|
||||||
|
|
||||||
```caddy-d
|
```caddy-d
|
||||||
bind <hosts...> {
|
bind <hosts...> {
|
||||||
protocols <protocol> ...
|
protocols <protocols...>
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
- **<hosts...>** is the list of host interfaces to bind which to bind the listener.
|
- **<hosts...>** is the list of host interfaces to bind which to bind the listener.
|
||||||
- **<protocol>** 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.
|
- **<protocols...>** 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue