June 12 - Server Capacity Update

https://sh.itjust.works/post/49787

June 12 - Server Capacity Update - sh.itjust.works

I’m aware that some of you have been getting some errors loading this instance. This was a configuration that I needed to be adjusted which has since been. Do be patient if we run into other issues, I’ll be continuously working in the back-end with others to better your overall experience. Still a lot of capacity available!

Would love to hear some more details on the misconfiguration if you want to share @[email protected]
just updated the thread post to include more information for your curious beautiful mind
Not sure if you already did or the default config does it but if you only have one backend in an nginx reverse proxy it might also make sense to configure the max_fails and possibly the fail_timeout options so nginx won't consider your backend down for a few seconds every time it receives a TCP error connecting to that (single) backend. max_fails=0 in the named upstream section (see http://nginx.org/en/docs/http/ngx_http_upstream_module.html#upstream ) is what you want here.