Block a user
HAProxy connection issues
The problem has not re-appeared, and all available information points to the maxconn limit having been reached before. Thanks again @slvrbckt for helping with this!
raucao
deleted branch feature/315-kredits_for_reviews_fix from kosmos/chef
2021-03-30 12:04:55 +00:00
HAProxy connection issues
@slvrbckt had a look at our HAProxy config and noticed that there was no maxconn settings, which resulted in the default of ulimit being used (only 1024).
This could likely already have been…
Investigate HAProxy connection issues
ejabberd cluster node disconnects
OK, so we have some logs now. However, I think even though ejabberd not recovering the cluster by itself is the same issue, I think the disconnects might be caused by something else.…
Tell browsers to cache Gitea avatars for 30 days
Gitea's avatar images are missing caching headers
I had a look at this just now: normal static assets, like CSS files etc. carry expiry headers to at least cache them for 24 hours (albeit no ETAGs).
Other uploaded custom files, e.g. file…
Gitea's static assets like avatars not cached