I'm using ShareX to upload files via a POST request to my website (the file is POSTed to the PHP script). When uploading large files (100+ MB) and sometimes smaller ones (2-3MB) the upload will time out with "Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host." I believe this means LiteSpeed is terminating the connection but I am unsure as how to fix it.
I've followed that but can't tell what has happened.
I can't tell if my connection is messing up or what but uploads seem to be capped at 21 KB/sec and failing even more often. The site also seems to take forever to load pages now.