From d75f0d1bd8fd56f2af96a7ef56e460fb62837594 Mon Sep 17 00:00:00 2001 From: Perlover Date: Mon, 10 Jun 2024 17:09:31 +0200 Subject: [PATCH] Adding other gRPC packages that are present in LND 0.18.0-beta, but which are not accounted for in nginx proxying on the gRPC backend. --- Production/nginx.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Production/nginx.tmpl b/Production/nginx.tmpl index 6a1b9263f..b48eaea52 100644 --- a/Production/nginx.tmpl +++ b/Production/nginx.tmpl @@ -27,7 +27,7 @@ {{ range $container := $.Containers }} {{ $serviceName := (index $container.Labels "com.docker.compose.service") }} {{ if (eq $serviceName "lnd_bitcoin") }} - location ~* ^/(lnrpc|routerrpc|verrpc|walletrpc)\. { + location ~* ^/(lnrpc|routerrpc|verrpc|walletrpc|devrpc|peersrpc|neutrinorpc|invoicesrpc|chainrpc|lnclipb|watchtowerrpc|autopilotrpc|signrpc|wtclientrpc)\. { grpc_read_timeout 6000s; grpc_send_timeout 6000s; grpc_pass grpcs://lnd_bitcoin:10009;