mirror of
https://github.com/caddyserver/website.git
synced 2025-05-07 12:17:15 -04:00
docs: Fix incorrect host matcher example
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
This commit is contained in:
parent
ce0e326b51
commit
c2be8cf36c
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ Matches request by the `Host` header field of the request. It is not common to u
|
||||||
#### Example:
|
#### Example:
|
||||||
|
|
||||||
```caddy-d
|
```caddy-d
|
||||||
method sub.example.com
|
host sub.example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue