mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05: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
1 changed files with 4 additions and 3 deletions
|
@ -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…
Reference in a new issue