arrow_back Back to Tickets

Ticket #e23fb4

completed

Problem

install rate limit. limit zone of how much you can crawl zfrika.com

Creator

marcus

Priority

2

Urgent

not_urgent

Important

important

Project Name

zfrika

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.

Ticket Information

Ticket ID: 695ab361df2473a6c8e23fb4
Date Initiated: 1/5/2026, 2:18:00 AM
Date Resolved: 1/5/2026, 7:34:00 AM
Status: completed
Urgent: not_urgent
Important: important
Created: 1/4/2026, 10:37:21 AM
Last Updated: 1/5/2026, 7:34:25 AM