diff options
author | Kurt Jung <[email protected]> | 2019-04-26 14:32:43 -0400 |
---|---|---|
committer | Matt Holt <[email protected]> | 2019-04-26 12:32:43 -0600 |
commit | a2ed91bc45c8b3faa1577ed4c18334d38a581ca7 (patch) | |
tree | 309c16d637e2f630955de2f21f6b73d276f07aeb | |
parent | 15fecbc16151308959674a5ce3843efb9e66bd5f (diff) | |
download | caddy-a2ed91bc45c8b3faa1577ed4c18334d38a581ca7.tar.gz caddy-a2ed91bc45c8b3faa1577ed4c18334d38a581ca7.zip |
httpserver: Add pubsub plugin (#2589)
-rw-r--r-- | caddyhttp/httpserver/plugin.go | 1 |
1 files changed, 1 insertions, 0 deletions
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", |