Where to start after Mac brew install nginxThere is no sbin directory
小伙看你根骨奇佳,潜力无限,来学PHP伐。
Use this
/usr/local/bin/nginx
It is a soft link in the nginx installation directory
You can also enter nginx directly
brew services start nginx或者sudo nginx默认安装在/usr/local/.
brew services start nginx
sudo nginx
/usr/local/
Use this
It is a soft link in the nginx installation directory
You can also enter nginx directly
brew services start nginx
或者
sudo nginx
默认安装在
/usr/local/
.