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{
"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",
......
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