mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-07 11:28:48 +03:00
Reorder basicauth directive; it should also protect redirects
This commit is contained in:
parent
016384abef
commit
5fcfdab6c7
1 changed files with 1 additions and 1 deletions
|
@ -414,11 +414,11 @@ var directives = []string{
|
||||||
"search", // github.com/pedronasser/caddy-search
|
"search", // github.com/pedronasser/caddy-search
|
||||||
"header",
|
"header",
|
||||||
"expires", // github.com/epicagency/caddy-expires
|
"expires", // github.com/epicagency/caddy-expires
|
||||||
|
"basicauth",
|
||||||
"redir",
|
"redir",
|
||||||
"status",
|
"status",
|
||||||
"cors", // github.com/captncraig/cors/caddy
|
"cors", // github.com/captncraig/cors/caddy
|
||||||
"mime",
|
"mime",
|
||||||
"basicauth",
|
|
||||||
"jwt", // github.com/BTBurke/caddy-jwt
|
"jwt", // github.com/BTBurke/caddy-jwt
|
||||||
"jsonp", // github.com/pschlump/caddy-jsonp
|
"jsonp", // github.com/pschlump/caddy-jsonp
|
||||||
"upload", // blitznote.com/src/caddy.upload
|
"upload", // blitznote.com/src/caddy.upload
|
||||||
|
|
Loading…
Reference in a new issue