I am using ngnix infront of 4 instances of node.js apps running on 1 machine (quad core)
Can any ngnix experts give me any advice on how to configure this to get the most out of the web app.
I am using connect/express frameworks on node and I think they allow smart caching etc, but I am not sure which bits to let ngnix do and which bits to let the frameworks handle. Any guidance on getting the most out of this setup will be a great help, thanks.