I have setup nginx master process with a user , lets say user1.
In the nginx.conf, user directive is mentioned with nginx. (user nginx;)
I understand that worker processes will be spawned by user nginx when I start nginx.
Is there a way to start worker processes also as user1 without changing anything in the nginx.conf file ?
In the nginx.conf, user directive is mentioned with nginx. (user nginx;)
I understand that worker processes will be spawned by user nginx when I start nginx.
Is there a way to start worker processes also as user1 without changing anything in the nginx.conf file ?