From be84b74d01b6d663138ce6e424e6a9181b717597 Mon Sep 17 00:00:00 2001 From: emersion Date: Thu, 26 Jul 2018 20:50:18 +0100 Subject: [PATCH] httpserver: Register 'wkd' (Web Key Directory) directive (#2239) --- caddyhttp/httpserver/plugin.go | 1 + 1 file changed, 1 insertion(+) diff --git a/caddyhttp/httpserver/plugin.go b/caddyhttp/httpserver/plugin.go index 332756f8e..a66a07bc2 100644 --- a/caddyhttp/httpserver/plugin.go +++ b/caddyhttp/httpserver/plugin.go @@ -657,6 +657,7 @@ var directives = []string{ "grpc", // github.com/pieterlouw/caddy-grpc "gopkg", // github.com/zikes/gopkg "restic", // github.com/restic/caddy + "wkd", // github.com/emersion/caddy-wkd } const (