From 45a69a113938ab2da93d72b72f0cbbe143f9083f Mon Sep 17 00:00:00 2001 From: Lee Salminen Date: Tue, 20 Dec 2022 10:32:28 -0600 Subject: [PATCH] fix readme --- lnbits/extensions/nostrnip5/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/extensions/nostrnip5/README.md b/lnbits/extensions/nostrnip5/README.md index fd846ef6..3117ab99 100644 --- a/lnbits/extensions/nostrnip5/README.md +++ b/lnbits/extensions/nostrnip5/README.md @@ -27,7 +27,7 @@ Example nginx configuration ``` location /.well-known/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; } ``` \ No newline at end of file