FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Move header up above errors in directive order (fix #1183) · domdoescode/caddy@b89cbe1 · GitHub

Commit b89cbe1

Browse files
committed
Move header up above errors in directive order (fix caddyserver#1183)
1 parent 14500d8 commit b89cbe1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎caddyhttp/httpserver/plugin.go‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,13 +407,13 @@ var directives = []string{
407407
"rewrite",
408408
"ext",
409409
"gzip",
410+
"header",
410411
"errors",
411412
"minify", // github.com/hacdias/caddy-minify
412413
"ipfilter", // github.com/pyed/ipfilter
413414
"ratelimit", // github.com/xuqingfeng/caddy-rate-limit
414415
"search", // github.com/pedronasser/caddy-search
415-
"header",
416-
"expires", // github.com/epicagency/caddy-expires
416+
"expires", // github.com/epicagency/caddy-expires
417417
"basicauth",
418418
"redir",
419419
"status",

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL