Merge pull request #1015 from lnbits/arcbtc-patch-2

Update installation.md
This commit is contained in:
Arc 2022-09-29 10:45:28 +01:00 committed by GitHub
commit e98fcd51a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -313,7 +313,7 @@ Assuming your LNbits is running on port `5000` add:
yourdomain.com {
handle /api/v1/payments/sse* {
reverse_proxy 0.0.0.0:5000 {
header_up X-Forwarded-Host legend.lnbits.com
header_up X-Forwarded-Host yourdomain.com
transport http {
keepalive off
compression off
@ -321,7 +321,7 @@ yourdomain.com {
}
}
reverse_proxy 0.0.0.0:5000 {
header_up X-Forwarded-Host legend.lnbits.com
header_up X-Forwarded-Host yourdomain.com
}
}
```