mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-13 11:35:56 +01:00
Update installation.md
This commit is contained in:
parent
0cb0b8637a
commit
07293e7d5c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue