From 83c0376bcc14f5f357603fd8690088247a600890 Mon Sep 17 00:00:00 2001 From: Aaron Paterson <9441877+MayCXC@users.noreply.github.com> Date: Thu, 10 Oct 2024 00:46:30 -0400 Subject: [PATCH] Update options.md --- src/docs/markdown/caddyfile/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/options.md b/src/docs/markdown/caddyfile/options.md index 9689b54..b47bdff 100644 --- a/src/docs/markdown/caddyfile/options.md +++ b/src/docs/markdown/caddyfile/options.md @@ -194,7 +194,7 @@ Default: `443` ##### `default_bind` -The default bind address(es) and the 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 sequentially. 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) 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 sequentially. Default: empty, which binds to all interfaces, and serves the default protocols (h1+h2+h3) on them.