版權聲明:本文首發 http://asing1elife.com ,轉載請注明出處。 https://blog.csdn.net/asing1elife/article/details/82796643
Nginx安裝與配置
通過 homebrew 快捷安裝 Nginx
更多精彩
- 更多技術部落格,請移步 asing1elife’s blog
安裝
brew install nginx
啟動服務
通過brew啟動
brew services start nginx
直接啟動
sudo nginx
停止服務
通過brew停止
brew services stop nginx
直接停止
sudo nginx -s stop