Q: How do I install nginx?
Bash
$ brew install nginx
$ brew services info nginx
$ brew services start nginx
# Use this to search for all nginx files
$ find /usr | grep nginx
# Use this to search for all nginx conf files
$ find /usr -path '*nginx*' -name '*.conf'
Q: Where is nginx configured?
- based on the docs, it’s a nginx.conf file somewhere is `/usr/local/nginx/conf` or others