서버/Nginx

nginx 재시작 오류

eclipse7727 2021. 10. 17. 19:02
Job for nginx.service failed because the control process exited with error code.
See "systemctl status nginx.service" and "journalctl -xe" for details.

위처럼 nginx 시작시 오류가 뜬다면 무엇이 잘못 되었는지 sudo nginx -t 코드를 통해 확인해 볼 수 있다.

 

test@ubuntu:/$ sudo nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful​

위는 정상 작동시 코드이다.

 

반응형