Usually I can reload my nginx configuration by typing sudo service nginx reload
and everything is dandy. However, today I tried it and got reload: Not running
I tried restarting nginx and at first I got a message saying there was no current instance running (which contradicted ps -ef, which had a PID matching /var/run/nginx.pid) and then seemingly started a new instance, though it didn't seem to do anything. Additionally, control of the reload command was not returned to me.
Anyone have any experience with this situation? It's a production machine, so I'm leery of messing with it without a better idea of what's going on and it's not clear how I could reproduce this on a test instance.
Thanks!