Re: [Rails] Stopping Nginx

2010-07-16 Thread David Kahn
Not sure if this will help as I am running nginx in Ubuntu, but it took me a bit to find this. These are the commands that work for me: Stop nginx: sudo /opt/nginx/sbin/nginx -s stop Start nginx: sudo /opt/nginx/sbin/nginx 2010/7/16 Pål Bergström > I'm trying to get rails running with Nginx. I

[Rails] Stopping Nginx

2010-07-15 Thread Pål Bergström
I'm trying to get rails running with Nginx. I have Nginx installed using Macports and I can get it running. But I can't stop it. This will not work: alias nginx-stop="sudo launchctl unload /Library/LaunchDaemons/org.macports.nginx.plist" I get "launchctl: Error unloading: nginx". Using "killall