Commit 4449d3dc authored by Lars Wiegman's avatar Lars Wiegman Committed by Matt Holt

Add the multipass plugin to the directives (#1120)

* Add the multipass plugin to the directives

* Fix gofmt
parent c4a177bd
...@@ -416,9 +416,10 @@ var directives = []string{ ...@@ -416,9 +416,10 @@ var directives = []string{
"cors", // github.com/captncraig/cors/caddy "cors", // github.com/captncraig/cors/caddy
"mime", "mime",
"basicauth", "basicauth",
"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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment