NGINX Worker Processes and Connections
Worker processes When we start the NGINX service, we get a master process which we can view using systemctl. This master process then spawns worker processes that are used to serve requests. The default is one worker process. We can change the no. of...
Jul 21, 20232 min read173
