@flappypaddle @ahmad @alex i dont think this is related, what issue did you have with cloudflare? (also you shouldnt use cloudflare but im not going to preach)
@matty if you aren’t revealing IPs (for whatever reason) but still want it to work just replace limit_req_zone with
limit_req_zone "$http_x_forwarded_for" zone=register_rate:1m rate=10r/m;
or something similar. CF sends headers with the clients IP already, leverage them to your advantage