> 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/en/docs/http/ngx_http_core_module.html#client_header_timeout 
(just for http headers)
http://nginx.org/en/docs/http/ngx_http_core_module.html#client_body_timeout


p.s. for backend/upstream connections there are different directives

rr

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to