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;