I\'m using nginx on OS X 10.8. Freshly installed nginx but can\'t find a way to restart nginx except kill nginx_pid say kill 64116>
nginx
kill nginx_pid
kill 64116>
I do it like this:
First kill the progress
ps aux | grep nginx kill -9 {pid}
Then start nginx
It works!