Idle Timeout during the HTTP request response phase

Reinis Rozitis r at roze.lv
Tue Oct 16 13:16:35 UTC 2018


> 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



More information about the nginx mailing list