0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-20 22:52:58 -05:00

Merge pull request #876 from hacdias/patch-1

Add minify directive
This commit is contained in:
Matt Holt 2016-06-14 15:44:04 -06:00 committed by GitHub
commit 0f1e5bcebf

View file

@ -341,6 +341,7 @@ var directives = []string{
"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",