1.安装
brew install nginx
2.查看版本
nginx -v
3.启动
nginx
4.查看是否启动成功
http://localhost:8080
5.重启
nginx -s reload
6.停止
nginx -s stop
1.安装
brew install nginx
2.查看版本
nginx -v
3.启动
nginx
4.查看是否启动成功
http://localhost:8080
本文标题:mac下使用brew安装nginx
本文链接:https://www.haomeiwen.com/subject/tkoxiktx.html
网友评论