mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-09 01:26:35 +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",
|
"status",
|
||||||
"cors", // github.com/captncraig/cors/caddy
|
"cors", // github.com/captncraig/cors/caddy
|
||||||
"mime",
|
"mime",
|
||||||
|
"login", // github.com/tarent/loginsrv/caddy
|
||||||
"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