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

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -