Re: file upload with php-fpm

2013-05-04 Thread nateless
Of course I set correct php settings settings: memory_limit => 512M post_max_size => 1000M upload_max_filesize => 1000M Posted at Nginx Forum: http://forum.nginx.org/read.php?2,238838,238841#msg-238841 ___ nginx mailing list nginx@nginx.org http://mai

Re: file upload with php-fpm

2013-05-04 Thread Sylvia
hi. nginx.conf: client_max_body_size 42m; php.ini: memory_limit = 64M post_max_size = 40M upload_max_filesize = 32M it works fine for me with that settings. I havent speficied any timeout settings you used. Have you edited php.ini for php-fpm? If not - default upload file size is 2M Posted

file upload with php-fpm

2013-05-04 Thread nateless
Hello, I've a problem with file upload and googling and checking with everything didn't help to solve it. The problem is when file is being uploaded larger than few megs browser repeats request after about 30 seconds, and on the second request after another 30-40s it throws connection reset and n