Add RTL for C-Lightning (#254)
This commit is contained in:
committed by
Nicolas Dorier
parent
240006529a
commit
a2561e0b23
@@ -34,9 +34,9 @@
|
||||
proxy_pass http://lnd_bitcoin:8080/;
|
||||
}
|
||||
{{ end }}
|
||||
{{ if (eq $serviceName "lnd_bitcoin_rtl") }}
|
||||
{{ if (eq $serviceName "bitcoin_rtl") }}
|
||||
location /rtl/ {
|
||||
proxy_pass http://lnd_bitcoin_rtl:3000/rtl/;
|
||||
proxy_pass http://bitcoin_rtl:3000/rtl/;
|
||||
}
|
||||
{{ end }}
|
||||
{{ if (eq $serviceName "btcqbo") }}
|
||||
|
||||
Reference in New Issue
Block a user