Merge pull request #1291 from openoms/btcpay-nginx-patch

btcpay: correct ports in nginx config
This commit is contained in:
Christian Rotzoll
2020-06-26 13:29:37 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ server {
error_log /var/log/nginx/error_btcpay.log;
location / {
proxy_pass http://127.0.0.1:23001;
proxy_pass http://127.0.0.1:23000;
include /etc/nginx/snippets/ssl-proxy-params.conf;
}

View File

@@ -12,7 +12,7 @@ server {
error_log /var/log/nginx/error_btcpay.log;
location / {
proxy_pass http://127.0.0.1:23001;
proxy_pass http://127.0.0.1:23000;
include /etc/nginx/snippets/ssl-proxy-params.conf;
}