解决绿盟漏洞扫描 gateway、nacos、springboot tomcat检测到目标主机可能存在缓慢的HTTP拒绝服务攻击问题
具体参数大小根据自己系统评估。
1、gateway
gateway采用的是netty容器,添加如下配置。
server:
netty:
connection-timeout: 5000
spring:
cloud:
gateway:
httpclient:
connect-timeout: 5000
pool:
# 最大连接数
max-connections: 200
# 获取连接的超时时间
acquire-timeout: 5000
type: fixed
2、nacos
server.tomcat.connection-timeout=5000
server.tomcat.max-connections=200
server.tomcat.max-threads=100
3、springboot tomcat
server:
tomcat:
threads:
max: 200
min-spare: 30
max-swallow-size: -1
acceptCount: 100
connection-timeout: 5000
max-connections: 500
原文地址:https://blog.csdn.net/m0_58620140/article/details/143888171
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!