Hystoria is a simple, reddit-like site (built with a simplified version of Lemmy [0]) where only items older than 5 years can be posted
Hystoria is a simple, reddit-like site (built with a simplified version of Lemmy [0]) where only items older than 5 years can be posted
Yeah sorry guys, I was blindsided by the default Lemmy rate limits and was NOT expecting front-age HN so…it was down for like an hour :(
Should be good now though.
Are you passing
X-Real-IP
andX-Forwarded-For
headers to the backend? We had a problem with rate limits due to that recently, the backend was counting all the requests towards the internal IP of lemmy-ui. We fixed it in our repo, but you might be missing that.Edit: here’s the code
Thanks, looks like I’ve got that.
FWIW, in my case, increasing the value for
message
in therate_limit
section oflemmy.hjson
as well as removing thelimit_req_zone
parameter in the nginx config did the trick for yesterday’s traffic burst. I’ll probably put them back (or at least reduce them to saner values) once the spike dies down a bit.