Commit 5fcfdab6 authored by Matthew Holt's avatar Matthew Holt

Reorder basicauth directive; it should also protect redirects

parent 016384ab
......@@ -414,11 +414,11 @@ var directives = []string{
"search", // github.com/pedronasser/caddy-search
"header",
"expires", // github.com/epicagency/caddy-expires
"basicauth",
"redir",
"status",
"cors", // github.com/captncraig/cors/caddy
"mime",
"basicauth",
"jwt", // github.com/BTBurke/caddy-jwt
"jsonp", // github.com/pschlump/caddy-jsonp
"upload", // blitznote.com/src/caddy.upload
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment