Nginx - 防止缓慢的HTTP DoS攻击

时间:2016-10-26 09:03:36

标签: apache security nginx

我需要阻止对Nginx的慢速HTTP DoS攻击。我通常使用mod_reqtimeout:

在Apache上使用以下配置
<IfModule mod_reqtimeout.c>
  RequestReadTimeout header=20-40,MinRate=500 body=20,MinRate=500
</IfModule>

如何使用Nginx进行操作?

0 个答案:

没有答案