Thanks for the pointers.
For backend/upstream servers does they translate to the below two
directives
For read :
proxy_read_timeout
For send:
proxy_send_timeout
Please correct me if I am wrong
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,281614,281618#msg-281618
___
> Is there any directive available in Nginx to set a timeout between two
> successive receive or two successive send network input/output operations
> during the HTTP request response phase?
For send:
http://nginx.org/en/docs/http/ngx_http_core_module.html#send_timeout
for read:
http://nginx.org/
Hi,
Is there any directive available in Nginx to set a timeout between two
successive receive or two successive send network input/output operations
during the HTTP request response phase?
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,281614,281614#msg-281614
___