Difference between revisions of "Fastcgi read timeout"

From wikieduonline
Jump to navigation Jump to search
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
{{Draft}}
 
 
* http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_read_timeout
 
* http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_read_timeout
  
Line 6: Line 5:
 
  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.
+
   
 +
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 ==
 
== Related ==
 
+
* [[PHP]]
 +
* <code>[[/etc/nginx/nginx.conf]]</code>
 +
* <code>[[/var/log/nginx/access.log]] | [[awk]] '{print $([[NF-1]])}'</code>
 +
* [[Track HTTP Application Response time in Nginx]]: <code>[[upstream_response_time]]</code>
 +
* <code>[[504 Gateway Time-out]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 05:04, 23 September 2022

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[edit]

See also[edit]

Advertising: