From 7e648d296df8ac67b4ddd0e5a4cb527a2a8ad75f Mon Sep 17 00:00:00 2001 From: maxwedwards Date: Mon, 27 Jun 2022 04:15:45 +0100 Subject: [PATCH] updated nginx location for LND's GRPC API (#663) Co-authored-by: Nicolas Dorier --- Production/nginx.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Production/nginx.tmpl b/Production/nginx.tmpl index 7fbdf80..4f13d5d 100644 --- a/Production/nginx.tmpl +++ b/Production/nginx.tmpl @@ -26,7 +26,7 @@ {{ range $container := $.Containers }} {{ $serviceName := (index $container.Labels "com.docker.compose.service") }} {{ if (eq $serviceName "lnd_bitcoin") }} - location /lnrpc { + location ~* ^/(lnrpc|routerrpc)\. { grpc_read_timeout 6000s; grpc_send_timeout 6000s; grpc_pass grpcs://lnd_bitcoin:10009;