diff --git a/caddyhttp/httpserver/plugin.go b/caddyhttp/httpserver/plugin.go index c1bd6a57..a8c1295d 100644 --- a/caddyhttp/httpserver/plugin.go +++ b/caddyhttp/httpserver/plugin.go @@ -454,6 +454,7 @@ var directives = []string{ "prometheus", // github.com/miekg/caddy-prometheus "proxy", "fastcgi", + "cgi", // github.com/jung-kurt/caddy-cgi "websocket", "filemanager", // github.com/hacdias/caddy-filemanager "markdown",