* Added directive "filter" to whitelist for support of github.com/echocat/caddy-filter (#1167)

pull/1184/head
Gregor Noczinski 2016-10-15 17:31:22 +02:00 committed by Matt Holt
parent 036633b64a
commit 016384abef
1 changed files with 1 additions and 0 deletions

View File

@ -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 (