mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-21 16:38:31 +08:00
httpserver: Add nicolasazrak/caddy-cache plugin directive (#1759)
This commit is contained in:
parent
b987c7893c
commit
ba1132214e
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user