mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-18 03:30:35 +02:00
Merge pull request #1291 from openoms/btcpay-nginx-patch
btcpay: correct ports in nginx config
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user