mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-06 02:48:48 +03:00
* Added directive "filter" to whitelist for support of github.com/echocat/caddy-filter (#1167)
This commit is contained in:
parent
036633b64a
commit
016384abef
1 changed files with 1 additions and 0 deletions
|
@ -437,6 +437,7 @@ var directives = []string{
|
|||
"hugo", // github.com/hacdias/caddy-hugo
|
||||
"mailout", // github.com/SchumacherFM/mailout
|
||||
"awslambda", // github.com/coopernurse/caddy-awslambda
|
||||
"filter", // github.com/echocat/caddy-filter
|
||||
}
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in a new issue