mirror of
https://github.com/caddyserver/caddy.git
synced 2025-04-17 08:49:05 +08:00
Add the multipass plugin to the directives (#1120)
* Add the multipass plugin to the directives * Fix gofmt
This commit is contained in:
parent
c4a177bd3b
commit
4449d3dcd9
@ -416,9 +416,10 @@ var directives = []string{
|
||||
"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
|
||||
"jwt", // github.com/BTBurke/caddy-jwt
|
||||
"jsonp", // github.com/pschlump/caddy-jsonp
|
||||
"upload", // blitznote.com/src/caddy.upload
|
||||
"multipass", // github.com/namsral/multipass/caddy
|
||||
"internal",
|
||||
"pprof",
|
||||
"expvar",
|
||||
|
Loading…
x
Reference in New Issue
Block a user