nginx 의 재 부팅
284 단어 프레임 서버
:
ps -ef|grep nginx // id
kill -term 44563 //44563 nginx id
cd /user/local/nginx/sbin/ // nginx sbin
service nginx start // nginx
: nginx
cd /user/local/nginx/sbin/ // nginx sbin
service nginx restart // nginx