Hi, My production environment is ubuntu, postgresql, uwsgi and nginx.
The issue I'm having is when posting a form with a semi-large file (~2 mb), where it keeps 'resetting' the % uploaded every 30 seconds up to 2 to 3 times, and finally failing (with no specific error that I could see). I thought this could be fixed by setting a big number for uwsgi's harakiri option (which defaults to 60 secs), but that doesn't seem to help. What should I do to fix this and allow posting forms with semi-large files that take about a minute or so to upload?. Thanks!, Carlos

