I don't need to rate limit the entire site, I just want to rate limit this exact request: GET / HTTP/1.1 Why? Because this is the only request used in DDOS against my site. I'm reading up on NGINX Rate Limiting but I haven't figured out how to...