diff options
author | Henrique Dias <[email protected]> | 2016-06-09 15:14:46 +0100 |
---|---|---|
committer | Henrique Dias <[email protected]> | 2016-06-09 15:14:46 +0100 |
commit | 06fed0db1722b640749f1e2f1402fe644f4b1e77 (patch) | |
tree | b1c4f827816fea85efa5cf3be38731ffe7a8eb54 | |
parent | 98cf26377ccd9d95b06c5a27f05db63c0c417d50 (diff) | |
download | caddy-06fed0db1722b640749f1e2f1402fe644f4b1e77.tar.gz caddy-06fed0db1722b640749f1e2f1402fe644f4b1e77.zip |
Add minify directive
-rw-r--r-- | caddyhttp/httpserver/plugin.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/caddyhttp/httpserver/plugin.go b/caddyhttp/httpserver/plugin.go index 0e284ba78..492cc3261 100644 --- a/caddyhttp/httpserver/plugin.go +++ b/caddyhttp/httpserver/plugin.go @@ -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", |