【发布时间】:2022-04-07 19:58:41
【问题描述】:
我的操作系统是Ubuntu,我使用ps -aux |grep nginx,我发现了3个nginx的进程;所以我的问题是为什么 nginx 有 3 个进程?似乎一个进程是 root 的,另外两个来自 www-data:
root 7833 0.0 0.0 126092 1476 ? Ss 12:32 0:00 nginx: master process /usr/sbin/nginx -g daemon on; master_process on;
www-data 7834 0.0 0.0 126504 3124 ? S 12:32 0:00 nginx: worker process
www-data 7835 0.0 0.1 126504 5068 ? S 12:32 0:00 nginx: worker process
【问题讨论】:
标签: nginx nginx-config