fix readme

This commit is contained in:
Lee Salminen 2022-12-20 10:32:28 -06:00
parent ad572f267a
commit 45a69a1139

View file

@ -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;
} }
``` ```