docs: Fix incorrect host matcher example

Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
This commit is contained in:
Francis Lavoie 2020-06-01 20:28:14 -04:00 committed by GitHub
parent ce0e326b51
commit c2be8cf36c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -261,7 +261,7 @@ Matches request by the `Host` header field of the request. It is not common to u
#### Example:
```caddy-d
method sub.example.com
host sub.example.com
```