denji / homebrew-nginx

:fire_engine: Community NGINX tap for custom modules
https://denji.github.io/homebrew-nginx/
Other
618 stars 200 forks source link

incorrect plist location given upon install #62

Closed sammcj closed 10 years ago

sammcj commented 10 years ago

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
denji commented 10 years ago

Fixed

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.