기록
우분투 nginx 설치
bbd531
2015. 12. 15. 17:14
http://egloos.zum.com/BGKim/v/10712228
#To stop your web server, you can type:
sudo service nginx stop
#To start the web server when it is stopped, type:
sudo service nginx start
#To stop and then start the service again, type:
sudo service nginx restart
ps ax | grep nginx