diff --git a/caddyhttp/httpserver/plugin.go b/caddyhttp/httpserver/plugin.go index 58dbfd50d..952f1f925 100644 --- a/caddyhttp/httpserver/plugin.go +++ b/caddyhttp/httpserver/plugin.go @@ -671,6 +671,7 @@ var directives = []string{ "prometheus", // github.com/miekg/caddy-prometheus "templates", "proxy", + "pubsub", // github.com/jung-kurt/caddy-pubsub "fastcgi", "cgi", // github.com/jung-kurt/caddy-cgi "websocket",