使用 homeBrew 安装
安装 homebrew
brew 安装失败 推荐查看此博客 地址
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- brew install nginx
- brew info nginx 查看是否下载成功
- cd 到nginx 安装目录 /usr/local/etc/nginx/ 可以修改你的nginx.conf 文件
- 启动 sudo nginx
// 常用的nginx 指令 nginx -s reload 重新加载配置 nginx -s reopen 重启 nginx -s stop 停止 nginx -s quit 退出 nginx -V 查看版本,以及配置文件地址 nginx -v 查看版本 nginx -c filename 指定配置文件 nginx -h 帮助