mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-25 17:56:34 +08:00
Reorder basicauth directive; it should also protect redirects
This commit is contained in:
parent
016384abef
commit
5fcfdab6c7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user