mac下使用brew安装nginx
2020-11-17 本文已影响0人
小忽悠_acda
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