The author uses apache as a reverse proxy; as a result, when uploading files using POST, it always prompts that the file upload is incomplete.
But when using nginx as a reverse proxy, the POST file upload is complete.
I also modified apache’s LimitRequestBody. The result is just not right.
Do you have any solutions?
I didn’t find any solution. I finally solved the problem by changing the apache version. I suspected that the apache version I used before had a bug