标签: apache security nginx
我需要阻止对Nginx的慢速HTTP DoS攻击。我通常使用mod_reqtimeout:
<IfModule mod_reqtimeout.c> RequestReadTimeout header=20-40,MinRate=500 body=20,MinRate=500 </IfModule>
如何使用Nginx进行操作?