nginx restart 방법
·
Programming/Ubuntu
nginx를 사용하다보면 pc를 재부팅 할 경우 프로그램이 종료 되어있는 경우가 많다. 이 경우에는 sudo systemctl restart nginx 위와 같은 명령어를 사용해주면 된다. sudo systemctl status nginx 와 같이 명령어를 사용하면 아래와 같은 결과를 확인할수 있다.