diff --git a/caddyhttp/httpserver/plugin.go b/caddyhttp/httpserver/plugin.go index a12ff0e6e..d024eb2db 100644 --- a/caddyhttp/httpserver/plugin.go +++ b/caddyhttp/httpserver/plugin.go @@ -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",