Difference between revisions of "Fastcgi read timeout"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
 
  Default: fastcgi_read_timeout 60s;
 
  Default: fastcgi_read_timeout 60s;
 
  Context: http, server, location
 
  Context: http, server, location
 +
Defines a timeout for reading a response from the FastCGI server. The timeout is set only between two successive read operations, not for the transmission of the whole response. If the FastCGI server does not transmit anything within this time, the connection is closed.
  
  

Revision as of 05:24, 22 September 2022

This article is a Draft. Help us to complete it.
Syntax:	fastcgi_read_timeout time;
Default:	fastcgi_read_timeout 60s;
Context:	http, server, location
Defines a timeout for reading a response from the FastCGI server. The timeout is set only between two successive read operations, not for the transmission of the whole response. If the FastCGI server does not transmit anything within this time, the connection is closed.


Related

See also

Advertising: