My website’s being hit hard and I am trying to see if I can limit this at the load balancer (Nginx) level by cutting off requests that don’t have a special header.
I’ve seen some solutions that involve the if statement, notably https://stackoverflow.com/questions/18970620/nginx-reject-request-if-header-is-not-present-or-wrong Can someone help me with a solution that does NOT involve using an if statement? - Quintin
_______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx