mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 22:16:15 -04:00
Update options.md
This commit is contained in:
parent
a0eb8cf2f5
commit
22a1f3e598
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ Default: `443`
|
|||
|
||||
|
||||
##### `default_bind`
|
||||
The default bind address(es) and optional HTTP protocol(s) to serve with them for all sites, if the [`bind` directive](/docs/caddyfile/directives/bind) is not used in the site. If multiple `default_bind` directives are present, each will be applied to servers with no `bind` directive in the order they were given. Default: empty, which binds to all interfaces, and serves the default protocols (h1+h2+h3) on them.
|
||||
The default bind address(es) and optional HTTP protocol(s) (`h1|h2|h2c|h3`) to serve with them for all sites, if the [`bind` directive](/docs/caddyfile/directives/bind) is not used in the site. If multiple `default_bind` directives are present, each will be applied to servers with no `bind` directive in the order they were given. Default: empty, which binds to all interfaces, and serves the default protocols (`h1 h2 h3`) on them.
|
||||
|
||||
<aside class="tip">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue