What is Nostr?
TOOT DADDY /
npub17wc…5w4m
2023-06-15 17:48:53
in reply to nevent1q…cdg5

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

npub1psyu32rex4g3h8zvnqsf5jculys07nq7gsuuvv6wme4j0r7qd9lsh3pasy (npub1psy…pasy) 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