Why Nostr? What is Njump?
2023-06-15 17:48:53
in reply to

npub17w…m5w4m on Nostr: npub1psyu3…3pasy Assuming nginx, you need this: { location /.well-known/mercure { ...

Assuming nginx, you need this:

{
location /.well-known/mercure {
proxy_pass http://127.0.0.1:3000$request_uri;
proxy_read_timeout 24h;
proxy_http_version 1.1;
proxy_set_header Connection "";

proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Proto $scheme;

}
Author Public Key
npub17wcsyjfmjfaaz0s2g9pkml8vl8fg8z0grsex526mkwlxnfd6twasqm5w4m