From 7b5efb5d7581e7c6f04f000369708f5cf25e10f4 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Sun, 25 Jun 2017 08:26:57 -0700 Subject: [PATCH] Add restic plugin directive (#1730) --- caddyhttp/httpserver/plugin.go | 1 + 1 file changed, 1 insertion(+) diff --git a/caddyhttp/httpserver/plugin.go b/caddyhttp/httpserver/plugin.go index 35ee1431..58ffb29f 100644 --- a/caddyhttp/httpserver/plugin.go +++ b/caddyhttp/httpserver/plugin.go @@ -495,6 +495,7 @@ var directives = []string{ "awslambda", // github.com/coopernurse/caddy-awslambda "grpc", // github.com/pieterlouw/caddy-grpc "gopkg", // github.com/zikes/gopkg + "restic", // github.com/mholt/caddy-restic } const (