docs: Fix bad matcher in snippet example

This commit is contained in:
Francis Lavoie 2020-07-17 15:38:07 -04:00 committed by GitHub
parent 4f6d355a97
commit c7b4ed30c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -259,7 +259,7 @@ You can define special blocks called snippets by giving them a name surrounded i
```caddy
(redirect) {
@http {
scheme http
protocol http
}
redir @http https://{host}{uri}
}