Reorder basicauth directive; it should also protect redirects

This commit is contained in:
Matthew Holt 2016-10-15 09:41:03 -06:00
parent 016384abef
commit 5fcfdab6c7
No known key found for this signature in database
GPG Key ID: 0D97CC73664F4D03

View File

@ -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