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

@ -419,6 +419,7 @@ var directives = []string{
"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",