Logo
Explore Help
Register Sign In
lfg2025/archy
1
0
Fork 0
You've already forked archy
Code Issues 9 Pull Requests Actions Packages Projects Releases 44 Wiki Activity
archy/docker/lnd-ui/nginx.conf

19 lines
383 B
Nginx Configuration File
Raw Normal View History

fix: LND Connect — remove nginx cookie gate, rebuild LND UI with credentials - Nginx cookie check removed for /lnd-connect-info — backend is localhost-only so no external access possible. Browsers (especially Brave) don't reliably send SameSite=Lax cookies from iframe fetches. - LND UI source restored from archive with credentials: 'include' - Discover.vue install banner removed (inline card progress only) - Server.vue: Connectivity → Tor Status, using tor.list-services Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 17:02:17 +00:00
server {
listen 80;
server_name _;
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;
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 40ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API