I am trying to spin off multiple virtual servers for my different needs in nginx.
I understand that virtual servers are to be created for each domain, at the minimum I will have virtual server one for PROD and one for TEST.
Also is it advisable to create more virtual servers each for Incoming requests [reverseProxy] and for Outgoing requests[Proxy] ?
Is there any performance implications upon spinning off more virtual servers. If yes what is the ideal number of virtual servers?
Thanks in advance.