Add 'status' middleware instead of 'status' directive for 'rewrite' middleware

This commit is contained in:
Volodymyr Galkin
2016-08-29 17:14:06 +03:00
parent 34a99598f7
commit 20ee457cae
11 changed files with 369 additions and 129 deletions

View File

@@ -412,6 +412,7 @@ var directives = []string{
"search", // github.com/pedronasser/caddy-search
"header",
"redir",
"status",
"cors", // github.com/captncraig/cors/caddy
"mime",
"basicauth",