mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-02 14:17:01 +01:00
added 'login' directive for github.com/tarent/loginsrv/caddy (#1648)
This commit is contained in:
parent
dfebffb1ee
commit
86d107f641
1 changed files with 1 additions and 0 deletions
|
@ -468,6 +468,7 @@ var directives = []string{
|
|||
"status",
|
||||
"cors", // github.com/captncraig/cors/caddy
|
||||
"mime",
|
||||
"login", // github.com/tarent/loginsrv/caddy
|
||||
"jwt", // github.com/BTBurke/caddy-jwt
|
||||
"jsonp", // github.com/pschlump/caddy-jsonp
|
||||
"upload", // blitznote.com/src/caddy.upload
|
||||
|
|
Loading…
Reference in a new issue