0
Fork 0
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:
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",