mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-13 22:51:08 -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",
|
"rewrite",
|
||||||
"ext",
|
"ext",
|
||||||
"gzip",
|
"gzip",
|
||||||
|
"header",
|
||||||
"errors",
|
"errors",
|
||||||
"minify", // github.com/hacdias/caddy-minify
|
"minify", // github.com/hacdias/caddy-minify
|
||||||
"ipfilter", // github.com/pyed/ipfilter
|
"ipfilter", // github.com/pyed/ipfilter
|
||||||
"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",
|
"expires", // github.com/epicagency/caddy-expires
|
||||||
"expires", // github.com/epicagency/caddy-expires
|
|
||||||
"basicauth",
|
"basicauth",
|
||||||
"redir",
|
"redir",
|
||||||
"status",
|
"status",
|
||||||
|
|
Loading…
Reference in a new issue