mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
Fix position of "filter" in directives (#1323)
* Fix #2 (Replacement doesn't happen - https://github.com/echocat/caddy-filter/issues/2) bug of caddy-filter * Fixed gofmt issue. * Remove comment of reason why we do a reorder
This commit is contained in:
parent
a1a8d0f655
commit
8b9c9efdba
1 changed files with 1 additions and 1 deletions
|
@ -410,6 +410,7 @@ var directives = []string{
|
|||
"gzip",
|
||||
"header",
|
||||
"errors",
|
||||
"filter", // github.com/echocat/caddy-filter
|
||||
"minify", // github.com/hacdias/caddy-minify
|
||||
"ipfilter", // github.com/pyed/ipfilter
|
||||
"ratelimit", // github.com/xuqingfeng/caddy-rate-limit
|
||||
|
@ -438,7 +439,6 @@ 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