From 52239974d4c339c34e553e2aff6678456194682c Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Wed, 29 Nov 2023 21:34:07 -0500 Subject: [PATCH] Update lnplay. --- lnplay | 2 +- www/stub/nginx_config.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lnplay b/lnplay index 221bf6f..d43c106 160000 --- a/lnplay +++ b/lnplay @@ -1 +1 @@ -Subproject commit 221bf6faf9e3e4d90d221e805dd83e52faca0e52 +Subproject commit d43c1062d8fe26eedf03ba1ca61b0cebc38cba43 diff --git a/www/stub/nginx_config.sh b/www/stub/nginx_config.sh index 8447878..5f0c3c7 100755 --- a/www/stub/nginx_config.sh +++ b/www/stub/nginx_config.sh @@ -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;