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

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -

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