Mac下安装nginx
Posted 开心的小程序员
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac下安装nginx相关的知识,希望对你有一定的参考价值。
来自: https://blog.csdn.net/czjlghndcy/article/details/84398207
1.安装HomeBrew(https://brew.sh/)
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
2.安装nginx
brew install nginx
3.启动nginx
brew services start nginx
注意: 如果localhost:8080打不开,请访问127.0.0.1:8080
另:如果找不到Macintosh HD ,Cmd+??,找到后拖动到Dock;
打开隐藏文件夹,Cmd + shift + G
以上是关于Mac下安装nginx的主要内容,如果未能解决你的问题,请参考以下文章