mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-13 06:19:25 +02:00
fix missed semicolon
parent
a268b46a76
commit
0dae63890d
@ -721,7 +721,7 @@ server {
|
||||
error_log /var/log/nginx/reverse-error.log; # Go to for troubleshooting
|
||||
location / {
|
||||
proxy_pass http://10.13.37.5:5000 # Change this to point to your LNbits private IP:port (localhost if bundle node or at-home installation or from your VPS or even cloud supplier where LNbits runs on)
|
||||
proxy_set_header Upgrade $http_upgrade
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
proxy_set_header X-Forwarded-Proto https;
|
||||
proxy_set_header Host $host;
|
||||
|
Loading…
x
Reference in New Issue
Block a user