Add minify directive

This commit is contained in:
Henrique Dias 2016-06-09 15:14:46 +01:00
parent 98cf26377c
commit 06fed0db17

View file

@ -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",