0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-06 22:40:31 -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 "git", // github.com/abiosoft/caddy-git
// directives that add middleware to the stack // directives that add middleware to the stack
"minify", // github.com/hacdias/caddy-minify
"log", "log",
"gzip", "gzip",
"errors", "errors",