backup commit
This commit is contained in:
BIN
docker/lnd-ui/bg-intro.jpg
Normal file
BIN
docker/lnd-ui/bg-intro.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 MiB |
@@ -5,6 +5,13 @@ server {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
|
||||
location /lnd-connect-info {
|
||||
proxy_pass http://127.0.0.1:5678/lnd-connect-info;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
}
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
|
||||
2297
docker/lnd-ui/qrcode.js
Normal file
2297
docker/lnd-ui/qrcode.js
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user