Compare commits

...

2 Commits

Author SHA1 Message Date
Derek Smith 0f9f564b82
Update lnplay 2023-11-30 16:34:19 -05:00
Derek Smith 52239974d4
Update lnplay. 2023-11-29 21:34:07 -05:00
2 changed files with 1 additions and 2 deletions

2
lnplay

@ -1 +1 @@
Subproject commit 221bf6faf9e3e4d90d221e805dd83e52faca0e52
Subproject commit 9a7cfb2d3640a50280e6afa5914da3df448bf790

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;