nginx
#http://nginx.org/en/docs/beginners_guide.html
#Once nginx is started, it can be controlled by invoking the executable with the -s parameter.
nginx -s quit #graceful shutdown
nginx -s stop #fast shutdown
nginx -s reload #reloading the configuration file