nginx 超时配置说明

keepalive_timeout

默认75s,通常keepalive_timeout应该比client_body_timeout大。
如果值为0,则响应头Connection: close

Syntax: keepalive_timeout timeout [header_timeout];
Default: keepalive_timeout 75s;
Context: http, server, location
The first parameter sets a timeout during which a keep-alive client connection will stay open on the server side. The zero value disables keep-alive client connections. The optional second parameter sets a value in the “Keep-Alive: timeout=time” response header field. Two parameters may differ.

The “Keep-Alive: timeout=time” header field is recognized by Mozilla and Konqueror. MSIE closes keep-alive connections by itself in about 60 seconds.
译文:"Keep-Alive: timeout=header_timeout"报头字段被Mozilla和Konqueror识别。MSIE在大约60秒内自动关闭长连接。

send_timeout

服务端发送数据至客户端超时, 默认60s, 如果连续的60s内客户端没有收到1个字节, 连接关闭

Syntax: send_timeout time;
Default: send_timeout 60s;
Context: http, server, location
Sets a timeout for transmitting a response to the client. The timeout is set only between two successive write operations, not for the transmission of the whole response. If the client does not receive anything within this time, the connection is closed.
client_header_timeout

客户端连接nginx超时, 建议5s内
接收客户端header超时, 默认60s, 如果60s内没有收到完整的请求头, 返回408

Syntax: client_header_timeout time;
Default: 
client_header_timeout 60s;
Context: http, server
Defines a timeout for reading client request header. If a client does not transmit the entire header within this time, the 408 (Request Time-out) error is returned to the client.
client_body_timeout

接收客户端请求体超时, 默认60s, 如果连续的60s内没有收到客户端的1个字节, 返回408

Syntax: client_body_timeout time;
Default: client_body_timeout 60s;
Context: http, server, location
Defines a timeout for reading client request body. The timeout is set only for a period between two successive read operations, not for the transmission of the whole request body. If a client does not transmit anything within this time, the 408 (Request Time-out) error is returned to the client.
proxy_connect_timeout

nginx与upstream server的连接超时时间

Syntax: proxy_connect_timeout time;
Default: proxy_connect_timeout 60s;
Context: http, server, location
Defines a timeout for establishing a connection with a proxied server. It should be noted that this timeout cannot usually exceed 75 seconds.
proxy_send_timeout

nginx发送数据至upstream server超时, 默认60s, 如果连续的60s内没有发送1个字节, 连接关闭

Syntax: proxy_send_timeout time;
Default: proxy_send_timeout 60s;
Context: http, server, location
Sets a timeout for transmitting a request to the proxied server. The timeout is set only between two successive write operations, not for the transmission of the whole request. If the proxied server does not receive anything within this time, the connection is closed.
proxy_read_timeout

nginx接收upstream server数据超时, 默认60s, 如果连续的60s内没有收到1个字节, 连接关闭

Syntax: proxy_read_timeout time;
Default: proxy_read_timeout 60s;
Context: http, server, location
Defines a timeout for reading a response from the proxied server. The timeout is set only between two successive read operations, not for the transmission of the whole response. If the proxied server does not transmit anything within this time, the connection is closed.
lingering_timeout

TCP连接关闭时的SO_LINGER延时设置,默认5s

Syntax: lingering_timeout time;
Default: lingering_timeout 5s;
Context: http, server, location
When lingering_close is in effect, this directive specifies the maximum waiting time for more client data to arrive. If data are not received during this time, the connection is closed. Otherwise, the data are read and ignored, and nginx starts waiting for more data again. The “wait-read-ignorecycle is repeated, but no longer than specified by the lingering_time directive.
resolver_timeout

域名解析超时,默认30s

Syntax: resolver_timeout time;
Default: resolver_timeout 30s;
Context: http, server, location
Sets a timeout for name resolution, for example:resolver_timeout 5s;
如何配置请求超时

在http, server, location任一块中配置proxy_read_timeout 30s


如果文章对你有帮助,请记得点赞关注哦!(●’◡’●)

nginx中,fastcgi超时设置可以通过配置参数"fastcgi_connect_timeout"来实现。这个参数定义了与FastCGI服务器建立连接的超时时间。如果连接在指定的时间内没有建立成功,则会返回一个错误。通常情况下,可以根据实际情况将此参数设置为适当的值,以确保FastCGI连接能够在合理的时间内建立成功。 [2此外,在php-cgi(php-fpm)中,还有一个参数"request_terminate_timeout"可以控制PHP脚本的最大执行时间。这个参数可以在php-fpm.conf配置文件中进行设置。如果PHP脚本的执行时间超过了设置的最大执行时间,php-fpm会主动终止脚本的执行。通过合理设置这两个参数,可以有效控制nginx fastcgi的超时问题。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* *2* [Nginx 之fastcgi常用配置说明](https://blog.csdn.net/Guzarish/article/details/118626848)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT0_1"}}] [.reference_item style="max-width: 50%"] - *3* [Nginx+FastCGI到底是谁影响超时时间](https://blog.csdn.net/weixin_41549524/article/details/127093121)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT0_1"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值