mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-06 02:48:48 +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
|
||||
"search", // github.com/pedronasser/caddy-search
|
||||
"header",
|
||||
"expires", // github.com/epicagency/caddy-expires
|
||||
"redir",
|
||||
"status",
|
||||
"cors", // github.com/captncraig/cors/caddy
|
||||
|
|
Loading…
Reference in a new issue