I have an application (html form) that allows users to upload a file to the server. When the file is larger than 10mb, it kicks the user directly to a “Connection interrupted” page.
Server is setup as follows:
- Ubuntu Mavrick
- Nginx 0.8.54
- PHP (FPM) 5.3.5
- Zend v2.3.0
Under php.ini (for both fpm and php proper) the max-upload size and post-max is set to 20mb. Form field has a max file size of 200000000
Any ideas as to what this could be? Is this an nginx problem?
In nginx server config put: