# Nginx

# 安装

brew install nginx

# 配置文件

/usr/local/etc/nginx/nginx.conf

# 启动

nginx

# 重启

nginx -s reload