mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
Add minify directive
This commit is contained in:
parent
98cf26377c
commit
06fed0db17
1 changed files with 1 additions and 0 deletions
|
@ -328,6 +328,7 @@ var directives = []string{
|
|||
"git", // github.com/abiosoft/caddy-git
|
||||
|
||||
// directives that add middleware to the stack
|
||||
"minify", // github.com/hacdias/caddy-minify
|
||||
"log",
|
||||
"gzip",
|
||||
"errors",
|
||||
|
|
Loading…
Reference in a new issue