```bash ==> Downloading https://mirrors.ustc.edu.cn/homebrew-bottles/bottles/ca-certificates-2022-07-19_1.all.bottle.tar.gz ######################################################################## 100.0% ==> Downloading https://mirrors.ustc.edu.cn/homebrew-bottles/bottles/openssl%401.1-1.1.1q.arm64_monterey.bottle.tar.gz ######################################################################## 100.0% ==> Downloading https://mirrors.ustc.edu.cn/homebrew-bottles/bottles/pcre2-10.40.arm64_monterey.bottle.tar.gz ######################################################################## 100.0% ==> Downloading https://mirrors.ustc.edu.cn/homebrew-bottles/bottles/nginx-1.23.1.arm64_monterey.bottle.tar.gz ######################################################################## 100.0% ==> Installing dependencies for nginx: ca-certificates, openssl@1.1 and pcre2 ==> Installing nginx dependency: ca-certificates ==> Pouring ca-certificates-2022-07-19_1.all.bottle.tar.gz ==> Regenerating CA certificate bundle from keychain, this may take a while... 🍺  /opt/homebrew/Cellar/ca-certificates/2022-07-19_1: 3 files, 222.6KB ==> Installing nginx dependency: openssl@1.1 ==> Pouring openssl@1.1-1.1.1q.arm64_monterey.bottle.tar.gz 🍺  /opt/homebrew/Cellar/openssl@1.1/1.1.1q: 8,097 files, 18MB ==> Installing nginx dependency: pcre2 ==> Pouring pcre2-10.40.arm64_monterey.bottle.tar.gz 🍺  /opt/homebrew/Cellar/pcre2/10.40: 230 files, 6.1MB ==> Installing nginx ==> Pouring nginx-1.23.1.arm64_monterey.bottle.tar.gz ==> Caveats Docroot is: /opt/homebrew/var/www The default port has been set in /opt/homebrew/etc/nginx/nginx.conf to 8080 so that nginx can run without sudo. nginx will load all files in /opt/homebrew/etc/nginx/servers/. To restart nginx after an upgrade:   brew services restart nginx Or, if you don't want/need a background service you can just run:   /opt/homebrew/opt/nginx/bin/nginx -g daemon off; ==> Summary 🍺  /opt/homebrew/Cellar/nginx/1.23.1: 26 files, 2.2MB ==> Running `brew cleanup nginx`... Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). ==> Caveats ==> nginx Docroot is: /opt/homebrew/var/www The default port has been set in /opt/homebrew/etc/nginx/nginx.conf to 8080 so that nginx can run without sudo. nginx will load all files in /opt/homebrew/etc/nginx/servers/. To restart nginx after an upgrade:   brew services restart nginx Or, if you don't want/need a background service you can just run:   /opt/homebrew/opt/nginx/bin/nginx -g daemon off; ```