I have this setting: an Nginx server with php-fpm and the http://blueimp.github.io/jQuery-File-Upload/
When I try to upload a file after about 10MB it fails. This happens when SPDY is activated. When SPDY is turned off upload works fine.
Is anyone aware of a workaround/fix for this issue?
have you tried Customizing the below section of your config., file
Post which don't forget to the Restart PHP background processes:
I'm not sure if your issue is really SPDY related. SPDY got two different timeouts. 1) For the Keepalive
2) For expected Data
Maybe the filesize is bigger than SPDY is expecting and you run into a timeout. You could try to raise the values.