brew启动php和Nginx

meilikeai0123    2023-02-06 16:14:49    5
 ps aux|grep php-fpm 

关闭所有root运行的php-fpm进程

sudo nginx 

启动nginx

sudo lsof -i tcp:8080

查看端口占用