I use nginx as front server to serve static files and apache to handle php and other requests.
Now I have a question. I also use to block certain user-agent using Apache. Now should I use apache code to block those user agent or nginx code to block user agent.
Please suggest which strategy is better.