Nginx超时timeout 设置
摘要:
Nginx 超时配置,连接时间过长直接关闭连接,显示timeout http { #每个 TCP 连接最多可以保持多长时间 keepalive_timeout 60; #客户端向服务端发送一个完整的 request header client_header_timeout 10; #客户端发送服务端 阅读全文
posted @ 2021-10-28 16:38 手撕高达的村长 阅读(2984) 评论(0) 推荐(0) 编辑