macos nginx 配置文件不存在

macos nginx configuration file deos not exists

我已经使用 Homebrew 将 nginx 安装到 macOS Sierra

brew install nginx

我想更改一些配置,但找不到 nginx.conf

我已经检查了以下位置。

/usr/local/etc/nginx/nginx.conf
/usr/local/Cellar/nginx/1.10.3

nginx.conf 在 macOS Sierra 中的什么位置?

我找到了答案。

运行以下命令

nginx -V

它将列出所有配置参数。 nginx.conf 位置在 --conf-path 参数中提到。

--conf-path:~/brew/etc/nginx/nginx.conf