Commit 4adbcd25 authored by Matt Holt's avatar Matt Holt Committed by GitHub

Merge pull request #1125 from hlidotbe/master

Add expires directive
parents d01bcd59 79f2deee
...@@ -413,6 +413,7 @@ var directives = []string{ ...@@ -413,6 +413,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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment