macOS上安装Nginx
其实macOS上通过brew安装Nginx非常方便.
1, 安装brew
在终端里面运行
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
2, 安装Nginx
brew install nginx
3, 启动Nginx
sudo brew services start nginx
Nginx默认端口使用8080, 您可以通过以下地址打开网页:
http://localhost:8080
4, 关闭nginx
sudo brew services stop nginx
5, 卸载Nginx
brew uninstall nginx
6, Nginx配置文件
/usr/local/etc/nginx/nginx.conf
本网站所有内容版权没有, 请随意使用, 欢迎修改或转载, 无需署名, 也无需保留本链接.