nginx / sails.js: incomplete file upload
问题 We are developing an app using sails.js. In this app we have an upload controller: https://github.com/makinacorpus/mnhn_bai/blob/master/api/controllers/Object3DController.js This controller use skipper under the hood, as explained in the documentation. Now the problem is that when we upload big files, they are incompletely stored, the uploaded size is never the same and varies from 7mb to 14mb for a 15 mb file. The architecture is as follow: haproxy -> nginx -> node.js/sails. If we replace