apache - Nginx - preventing slow HTTP DoS attacks -


i need preventing slow http dos attacks on nginx. use following configuration on apache, using mod_reqtimeout:

<ifmodule mod_reqtimeout.c>   requestreadtimeout header=20-40,minrate=500 body=20,minrate=500 </ifmodule> 

how using nginx?


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -