arrow_back
Back to Tickets
Edit Trouble Ticket
Update the ticket information below
Date Initiated
*
Status
*
Open
Pending
Completed
Terminated
Creator
*
marcus
Priority
*
2
Urgent
Select urgency...
Urgent
Not Urgent
Important
Select importance...
Important
Not Important
Project Name
*
zfrika
Problem
*
install rate limit. limit zone of how much you can crawl zfrika.com
Question
Root Cause
Notes
Strategy
Helpful People
Helpful Links
Diagram
Previous Steps
go to nginx. updated sites-available/zfirka.com with the following code. # burst=10 means it allows a small "burst" of requests before blocking # nodelay ensures the user doesn't feel lag unless they hit the limit limit_req zone=req_limit_per_ip burst=10 nodelay; verified that nginx.conf had code. ## limit_req_zone $binary_remote_addr zone=req_limit_per_ip:10m rate=1r/s; updated the request from 1r/s to 5r/s.
Next Steps
upblock the denied ip and see what if your logs get overwhelmed.
Solution
Insight
Date Resolved
save
Update Ticket
Cancel