mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
btcpay: correct ports in nginx config
https://github.com/rootzoll/raspiblitz/issues/1258
This commit is contained in:
parent
a31463f651
commit
f33961a108
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ server {
|
||||||
error_log /var/log/nginx/error_btcpay.log;
|
error_log /var/log/nginx/error_btcpay.log;
|
||||||
|
|
||||||
location / {
|
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;
|
include /etc/nginx/snippets/ssl-proxy-params.conf;
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,7 @@ server {
|
||||||
error_log /var/log/nginx/error_btcpay.log;
|
error_log /var/log/nginx/error_btcpay.log;
|
||||||
|
|
||||||
location / {
|
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;
|
include /etc/nginx/snippets/ssl-proxy-params.conf;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue