Here's what you may want to do:
1. Add the following lines in /etc/nginx/nginx.conf:
proxy_read_timeout 240;
proxy_send_timeout 240;
Somewhere after proxy_buffering parameter.
The default values for both are 60 seconds. Having 240 should help.
On 03.11.08 17:02, "project...@googlemail.com"