mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 04:56:17 -04:00
Merge branch 'master' of https://github.com/caddyserver/website
This commit is contained in:
commit
e688214f9f
1 changed files with 3 additions and 3 deletions
|
@ -173,7 +173,7 @@ Wildcards (`*`) may be used, but only to represent precisely one label of the ho
|
||||||
If multiple sites share the same definition, you can list all of them together:
|
If multiple sites share the same definition, you can list all of them together:
|
||||||
|
|
||||||
```
|
```
|
||||||
localhost:8080, example.com, www.site.com
|
localhost:8080, example.com, www.example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
@ -181,7 +181,7 @@ or
|
||||||
```
|
```
|
||||||
localhost:8080,
|
localhost:8080,
|
||||||
example.com,
|
example.com,
|
||||||
www.site.com
|
www.example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
Notice how the commas indicate the continuation of addresses.
|
Notice how the commas indicate the continuation of addresses.
|
||||||
|
@ -297,4 +297,4 @@ If present, it must be the very first block in the config.
|
||||||
|
|
||||||
It is used to set options that apply globally, or not to any one site in particular. Inside, only global options can be set; you cannot use regular site directives in them.
|
It is used to set options that apply globally, or not to any one site in particular. Inside, only global options can be set; you cannot use regular site directives in them.
|
||||||
|
|
||||||
[Learn more](/docs/caddyfile/options) about the global options block.
|
[Learn more](/docs/caddyfile/options) about the global options block.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue