Issue
NodeJS apps unable to upload files larger files than a few KB
Environment
- NodeJS
Solution
Either update ea-ruby27-libuv to latest version
yum update ea-ruby27-libuv
OR
Add the following into the /etc/apache2/conf.d/passenger.conf
file between the <ifModule> directives:
PassengerBufferUpload off
Restart Apache and re-check:
systemctl restart httpd
If the issue persists, please update and remount CageFS for the user in question:
cagefsctl --force-update && cagefsctl -m <user>
Comments
0 comments
Please sign in to leave a comment.