File upload time-out?

I have an app that uploads large mp3 files (teaching), of around 30 megs or so. I am running my app on a mongrel cluster behind nginx. The file uplaods seem to hang.

Is there a max execution time setting in rails, mongrel or nginx that is causing this?

Thanks

Richard

checkout http://wiki.codemongers.com/NginxHttpCoreModule#client_max_body_size

Richard wrote: