mirror of
https://github.com/caddyserver/caddy.git
synced 2026-06-29 21:31:41 +00:00
Add 'status' middleware instead of 'status' directive for 'rewrite' middleware
This commit is contained in:
parent
34a99598f7
commit
20ee457cae
11 changed files with 369 additions and 129 deletions
|
|
@ -412,6 +412,7 @@ var directives = []string{
|
|||
"search", // github.com/pedronasser/caddy-search
|
||||
"header",
|
||||
"redir",
|
||||
"status",
|
||||
"cors", // github.com/captncraig/cors/caddy
|
||||
"mime",
|
||||
"basicauth",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue