安装 homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
通过 homebrew 安装nginx
brew install nginx
启动 nginx
brew services start nginx
或者
sudo nginx
浏览器输入 http://localhost:8080
image.png
终端输入 open /usr/local/Cellar/nginx 即可打开nginx的安装目录
image.png
image.png
在 html文件夹中新建文件 my.json
在网页中打开 http://localhost:8080/my.json
image.png
发给同在一个wifi下的同事打开 http://192.168.1.66:8080/my.json 自己的IP地址
image.png
终端输入 open /usr/local/etc/nginx 找到配置文件 nginx.conf.default
image.png










网友评论