We are planning to put an nginx reverse proxy in front of a static site and expect a traffic of about 120k http requests per minute on that.
Mostly doing proxy_pass with some address concatenation op on the incoming request...
We wanted to know from nginx experts here if nginx needs more of a cpu intensive server hardware or memory intensive or both? What cpu and memory do you think will be optimal for this application?
Thanks in advance for the expert help...
The suggested links (capacity planning) and (load testing) to other questions are totally different from what we are looking for. We are specifically looking for answers related to nginx server requirements whereas the suggested links talk about capacity planning and load testing for large infrastructure projects with multiple components to it (both are irrelevant to our question) We are looking for nginx server optimization and requirements.