504 Gateway Time-out

locojohn nginx-forum at nginx.us
Tue Sep 20 15:26:34 UTC 2011


Hi, 

Search the manual for the following directives:

http {

  [..]
  client_header_timeout 10m;
  client_body_timeout 10m;
  send_timeout 10m;

  fastcgi_read_timeout 600;
  fastcgi_send_timeout 600;

}

Then experiment and specify values that are appropriate for your server
or virtual host.  

Andrejs

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,215445,215446#msg-215446



More information about the nginx mailing list