brew list nginx (查看文件、、、、安装路径)
    brew search nginx
    brew install nginx

    nginx
    nginx -s reload
    nginx -s stop


    image.png
    Command+Shift+. 可以显示隐藏文件、文件夹,再按一次,恢复隐藏;
    finder下使用Command+Shift+G 可以前往任何文件夹,包括隐藏文件夹。

    /opt/homebrew/etc/nginx/nginx.conf 这个是nginx 配置路径
    nginx.conf
    include servers/*
    servers 文件夹存放其他项目配置文件

    /opt/homebrew/Cellar/nginx/1.21.6_1/.bottle/etc/nginx/nginx.conf 这个不清楚是干啥的