pinalbhatt
5/5/2015 - 3:34 PM

nginx

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