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

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
"locale", // github.com/simia-tech/caddy-locale
"log",
"cache", // github.com/nicolasazrak/caddy-cache
"rewrite",
"ext",
"gzip",