Peter, Thanks for your reply, yes I should have posted the nginx.conf contents.
But yes you were right. It was the client_max_body_size, I changed this in the nginx.conf then it worked! Thanks so much for your help. Richard On Jan 11, 8:58 pm, Peter De Berdt <[email protected]> wrote: > On 11 Jan 2009, at 12:51, Richard wrote: > > > I am trying to upload 30mb files with attachment-fu, these seem to > > just hang. (works file for small image files) > > I am using mongrel cluster and nginx... > > > Does anyone have any advice? > > Check your nginx conf file and set the client_max_body property to > something higher: > > client_max_body_size 50M; > > It could probably be a number of other things too, but your > information is so limited it's just guess work. Try and isolate the > problem to either your rails app, mongrel or nginx. > > Best regards > > Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

