From 7b6cb76237d151ffa056c742ec281a17548fa089 Mon Sep 17 00:00:00 2001 From: IƱigo Date: Thu, 14 Mar 2019 08:12:28 +0100 Subject: plugin/grpc: New gRPC plugin (#2667) * plugin/grpc: New gRPC plugin * some changes after the first review: - remove healthcheck. gRPC already has this implicitly implemented - some naming and stetic changes - fix some comments - other minor fixes * plugin/grpc: New gRPC plugin * some changes after the first review: - remove healthcheck. gRPC already has this implicitly implemented - some naming and stetic changes - fix some comments - other minor fixes * add OWNERS file and change plugin order * remove Rcode checker --- plugin.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'plugin.cfg') diff --git a/plugin.cfg b/plugin.cfg index a9450d50d..e31c9fdcf 100644 --- a/plugin.cfg +++ b/plugin.cfg @@ -53,6 +53,7 @@ etcd:etcd loop:loop forward:forward proxy:deprecated +grpc:grpc erratic:erratic whoami:whoami on:github.com/mholt/caddy/onevent -- cgit v1.2.3