Merge pull request #1330 from joelklabo/nip5-caddy-example
Example Caddy Configuration for NIP-05 Extension
This commit is contained in:
commit
d9a13a6e30
1 changed files with 15 additions and 0 deletions
|
|
@ -42,3 +42,18 @@ location /.well-known/nostr.json {
|
|||
proxy_cache_use_stale error timeout invalid_header updating http_500 http_502 http_503 http_504;
|
||||
}
|
||||
```
|
||||
|
||||
Example Caddy configuration
|
||||
|
||||
```
|
||||
my.lnbits.instance {
|
||||
reverse_proxy {your_lnbits}
|
||||
}
|
||||
|
||||
nip.5.domain {
|
||||
route /.well-known/nostr.json {
|
||||
rewrite * /nostrnip5/api/v1/domain/{domain_id}/nostr.json
|
||||
reverse_proxy {your_lnbits}
|
||||
}
|
||||
}
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue