mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
Update plugin.go
This commit is contained in:
parent
06fed0db17
commit
83451ea2a0
1 changed files with 1 additions and 1 deletions
|
@ -328,10 +328,10 @@ var directives = []string{
|
||||||
"git", // github.com/abiosoft/caddy-git
|
"git", // github.com/abiosoft/caddy-git
|
||||||
|
|
||||||
// directives that add middleware to the stack
|
// directives that add middleware to the stack
|
||||||
"minify", // github.com/hacdias/caddy-minify
|
|
||||||
"log",
|
"log",
|
||||||
"gzip",
|
"gzip",
|
||||||
"errors",
|
"errors",
|
||||||
|
"minify", // github.com/hacdias/caddy-minify
|
||||||
"ipfilter", // github.com/pyed/ipfilter
|
"ipfilter", // github.com/pyed/ipfilter
|
||||||
"search", // github.com/pedronasser/caddy-search
|
"search", // github.com/pedronasser/caddy-search
|
||||||
"header",
|
"header",
|
||||||
|
|
Loading…
Reference in a new issue