mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-28 20:32:30 +02:00
Exposing LND Rest
This commit is contained in:
parent
c6caa6a8ce
commit
8a51da92ad
@ -304,6 +304,10 @@ server {
|
|||||||
location /lnrpc.Lightning {
|
location /lnrpc.Lightning {
|
||||||
grpc_pass grpcs://lnd_bitcoin:10009;
|
grpc_pass grpcs://lnd_bitcoin:10009;
|
||||||
}
|
}
|
||||||
|
location /lnd-rest/btc/ {
|
||||||
|
rewrite ^/lnd-rest/btc/(.*) /$1 break;
|
||||||
|
proxy_pass http://lnd_bitcoin:8080/;
|
||||||
|
}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user