When installing nginx via homebrew, you are given incorrect information on how to start nginx with launchctl:
Then to load nginx now:
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.nginx.plist
Or, if you don't want/need launchctl, you can just run:
nginx
==> Summary
🍺 /usr/local/Cellar/nginx/1.6.0_1: 7 files, 912K
When in fact that plist does not exist:
samm-mbp ~ % launchctl load ~/Library/LaunchAgents/homebrew.mxcl.nginx.plist
launchctl: Couldn't stat("/Users/samm/Library/LaunchAgents/homebrew.mxcl.nginx.plist"): No such file or directory
nothing found to load
When installing nginx via homebrew, you are given incorrect information on how to start nginx with launchctl:
When in fact that plist does not exist: