I am using Windows Server 2008 as my server and I have installed cygwin on it.
I have installed nginx on cygwin and it is working fine.
I am running 2 projects on this server and each one has its own set of services (or in nowaday's terms microservices) which they need to talk to each other.
I want to have one nginx per each project and one main router nginx which routes the main traffic.
How can I have multiple nginx apps without using docker on this windows machine?
The nginx installation uses /etc/nginx
folder for its configuration, If I install a new nginx (theoretically) then it would use the same folder so the configs get coflicted! I want to prevent this.
Is there any way to have standalone installations of nginx on windows server (under cygwin)?
Think of it as like this: