httpserver: Add nicolasazrak/caddy-cache plugin directive (#1759)

This commit is contained in:
Nicolas 2017-07-13 13:28:00 +02:00 committed by Matt Holt
parent b987c7893c
commit ba1132214e

View File

@ -453,6 +453,7 @@ var directives = []string{
// directives that add middleware to the stack // directives that add middleware to the stack
"locale", // github.com/simia-tech/caddy-locale "locale", // github.com/simia-tech/caddy-locale
"log", "log",
"cache", // github.com/nicolasazrak/caddy-cache
"rewrite", "rewrite",
"ext", "ext",
"gzip", "gzip",