设置连接超时时间

http {

##
# Basic Settings
##

sendfile on;
tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 10;
types_hash_max_size 2048;
client_max_body_size 20m;

 

keepalive_timeout 设置为10秒

相关文章:

  • 2021-11-11
  • 2021-12-09
  • 2022-01-25
  • 2021-08-01
  • 2022-12-23
  • 2021-11-23
  • 2021-11-23
猜你喜欢
  • 2021-12-02
  • 2021-08-06
  • 2022-12-23
  • 2021-11-23
相关资源
相似解决方案