diff --git a/Production/nginx.tmpl b/Production/nginx.tmpl index be42b8d..d915b6c 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.Lightning { + location /lnrpc { grpc_pass grpcs://lnd_bitcoin:10009; } location /lnd-rest/btc/ { @@ -455,4 +455,4 @@ server { {{ end }} {{ end }} {{ end }} -{{ end }} \ No newline at end of file +{{ end }}