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...
blog.melvincv.com2 min read
No responses yet.