Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Install nginx

brew install nginx

Depending on how homebrew configures nginx you may end up with either of the following:

Document root for placing files is: /usr/local/var/www OR /opt/homebrew/var/www

Site configs go in /usr/local/etc/nginx/servers/ OR /opt/homebrew/etc/nginx/servers/

...