Browse Source

fix: proxy all lnrpc grpc interfaces (#165)

Kukks-patch-1
Tom Kirkpatrick 6 years ago
committed by Nicolas Dorier
parent
commit
53ff474671
  1. 4
      Production/nginx.tmpl

4
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 }}
{{ end }}

Loading…
Cancel
Save