I've been searching for how to install two instances of nginx on my server without Docker/containerization, but I've found little results. How can this be done?
Possible use cases:
- You have two applications and you don't want one to take down both if one crashes. (This is my scenario.)
- You want to give an end user control of the nginx config and process/service. Since the processes are isolated from each another, they can be stopped/started & configured independently.