mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-07 19:38:49 +03:00
Add expires directive
This commit is contained in:
parent
bac54de9eb
commit
79f2deee42
1 changed files with 1 additions and 0 deletions
|
@ -412,6 +412,7 @@ var directives = []string{
|
||||||
"ratelimit", // github.com/xuqingfeng/caddy-rate-limit
|
"ratelimit", // github.com/xuqingfeng/caddy-rate-limit
|
||||||
"search", // github.com/pedronasser/caddy-search
|
"search", // github.com/pedronasser/caddy-search
|
||||||
"header",
|
"header",
|
||||||
|
"expires", // github.com/epicagency/caddy-expires
|
||||||
"redir",
|
"redir",
|
||||||
"status",
|
"status",
|
||||||
"cors", // github.com/captncraig/cors/caddy
|
"cors", // github.com/captncraig/cors/caddy
|
||||||
|
|
Loading…
Reference in a new issue