Why Nostr? What is Njump?
2023-02-13 09:12:38

Peter on Nostr: Relay operators out there: If you use NGINX as a proxy increase your proxy timeouts, ...

Relay operators out there: If you use NGINX as a proxy increase your proxy timeouts, otherwise your server closes the connection every minute or so. The whole idea behind websockets is that they can remain open, so configure it accordingly. Thanks to for this tip! It is also helpful to use gossip more often, the logs can tell you many things about nostr.
proxy_read_timeout 1d;
proxy_send_timeout 1d;
Author Public Key
npub1pe5q9k9hetczq6ca77up6fpp5fajm4dr89hhf070ukaw3xtujkdqulw0zr