0
Fork 0
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:
Lars Wiegman 2016-09-20 17:06:28 +02:00 committed by Matt Holt
parent c4a177bd3b
commit 4449d3dcd9

View file

@ -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",