From 4449d3dcd9aa050aed961e84c0e06ffd0f6a8fe4 Mon Sep 17 00:00:00 2001 From: Lars Wiegman Date: Tue, 20 Sep 2016 17:06:28 +0200 Subject: [PATCH] Add the multipass plugin to the directives (#1120) * Add the multipass plugin to the directives * Fix gofmt --- caddyhttp/httpserver/plugin.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/caddyhttp/httpserver/plugin.go b/caddyhttp/httpserver/plugin.go index 04f3dd06e..2f89fafe0 100644 --- a/caddyhttp/httpserver/plugin.go +++ b/caddyhttp/httpserver/plugin.go @@ -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",