通过homebrew安装
brew install nginx
启动nginx
sudo /usr/local/Cellar/nginx/1.12.2_1/bin/nginx -c /usr/local/etc/nginx/nginx.conf
或者
brew service start nginx
查看nginx进程
ps -ef|grep nginx
brew install nginx
sudo /usr/local/Cellar/nginx/1.12.2_1/bin/nginx -c /usr/local/etc/nginx/nginx.conf
或者
brew service start nginx
ps -ef|grep nginx
本文标题:mac安装nginx
本文链接:https://www.haomeiwen.com/subject/lzvtvqtx.html
网友评论