mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
Move header up above errors in directive order (fix #1183)
This commit is contained in:
parent
14500d8204
commit
b89cbe18e2
1 changed files with 2 additions and 2 deletions
|
@ -407,13 +407,13 @@ var directives = []string{
|
|||
"rewrite",
|
||||
"ext",
|
||||
"gzip",
|
||||
"header",
|
||||
"errors",
|
||||
"minify", // github.com/hacdias/caddy-minify
|
||||
"ipfilter", // github.com/pyed/ipfilter
|
||||
"ratelimit", // github.com/xuqingfeng/caddy-rate-limit
|
||||
"search", // github.com/pedronasser/caddy-search
|
||||
"header",
|
||||
"expires", // github.com/epicagency/caddy-expires
|
||||
"expires", // github.com/epicagency/caddy-expires
|
||||
"basicauth",
|
||||
"redir",
|
||||
"status",
|
||||
|
|
Loading…
Reference in a new issue