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
|
@ -419,6 +419,7 @@ var directives = []string{
|
||||||
"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
|
||||||
|
"multipass", // github.com/namsral/multipass/caddy
|
||||||
"internal",
|
"internal",
|
||||||
"pprof",
|
"pprof",
|
||||||
"expvar",
|
"expvar",
|
||||||
|
|
Loading…
Reference in a new issue