From 06b067b02c2da3f61dc2e33d48fd86805170449f Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Thu, 26 Jul 2018 21:15:18 +0100 Subject: [PATCH] caddyhttp: correct import path for filemanager plugins (#2211) --- caddyhttp/httpserver/plugin.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/caddyhttp/httpserver/plugin.go b/caddyhttp/httpserver/plugin.go index a66a07bc2..81ce95c0e 100644 --- a/caddyhttp/httpserver/plugin.go +++ b/caddyhttp/httpserver/plugin.go @@ -645,12 +645,12 @@ var directives = []string{ "fastcgi", "cgi", // github.com/jung-kurt/caddy-cgi "websocket", - "filemanager", // github.com/hacdias/filemanager/caddy/filemanager + "filemanager", // github.com/filebrowser/filebrowser/caddy/filemanager "webdav", // github.com/hacdias/caddy-webdav "markdown", "browse", - "jekyll", // github.com/hacdias/filemanager/caddy/jekyll - "hugo", // github.com/hacdias/filemanager/caddy/hugo + "jekyll", // github.com/filebrowser/filebrowser/caddy/jekyll + "hugo", // github.com/filebrowser/filebrowser/caddy/hugo "mailout", // github.com/SchumacherFM/mailout "awses", // github.com/miquella/caddy-awses "awslambda", // github.com/coopernurse/caddy-awslambda