As we know Nginx sub process can be config with defined user, like below example: user nobody nobody; worker_processes auto; so we want the SRS also have the ability to do that to help us easy depoy same process in the same VM or container
As we know Nginx sub process can be config with defined user, like below
example:
user nobody nobody;
worker_processes auto;
so we want the SRS also have the ability to do that to help us easy depoy same process in the same VM or container