Update lnplay.

This commit is contained in:
Derek Smith 2023-11-29 21:34:07 -05:00
parent 4a16abdf10
commit 52239974d4
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
2 changed files with 1 additions and 2 deletions

2
lnplay

@ -1 +1 @@
Subproject commit 221bf6faf9e3e4d90d221e805dd83e52faca0e52
Subproject commit d43c1062d8fe26eedf03ba1ca61b0cebc38cba43

View File

@ -251,7 +251,6 @@ EOL
# Route everything to the real BTCPay server
location / {
#proxy_pass http://${BTCPAY_SERVER_FQDN//./-}.lxd:80;
proxy_pass http://10.10.10.66:80;
proxy_set_header Host \$http_host;
proxy_set_header X-Forwarded-Proto \$scheme;