fix readme
This commit is contained in:
parent
ad572f267a
commit
45a69a1139
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ Example nginx configuration
|
||||||
```
|
```
|
||||||
location /.well-known/nostr.json {
|
location /.well-known/nostr.json {
|
||||||
proxy_pass https://{your_lnbits}/nostrnip5/api/v1/domain/{domain_id}/nostr.json;
|
proxy_pass https://{your_lnbits}/nostrnip5/api/v1/domain/{domain_id}/nostr.json;
|
||||||
proxy_set_header Host lnbits.fly.dev;
|
proxy_set_header Host {your_lnbits};
|
||||||
proxy_ssl_server_name on;
|
proxy_ssl_server_name on;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue