nginx 재시작이 안됨 | systemctl restart nginx 작동 불가 (리눅스 -우분투)
본문
$ systemctl restart nginx
Job for nginx.service failed because the control process exited with error code.
See "systemctl status nginx.service" and "journalctl -xeu nginx.service" for details.
또는
Support: http://www.ubuntu.com/support
An ExecStart= process belonging to unit nginx.service has exited.
The process' exit code is 'exited' and its exit status is 1.
Jul 30 05:06:01 ubuntu systemd[1]: nginx.service: Failed with result 'exit-code'.
Subject: Unit failed
Defined-By: systemd
Support: http://www.ubuntu.com/support
The unit nginx.service has entered the 'failed' state with result 'exit-code'.
Jul 30 05:06:01 ubuntu systemd[1]: Failed to start A high performance web server and a reverse proxy server.
Subject: A start job for unit nginx.service has failed
Defined-By: systemd
Support: http://www.ubuntu.com/support
A start job for unit nginx.service has finished with a failure.
The job identifier is 625046 and the job result is failed.
이 뜨면서 nginx를 재시작 하는 것이 안될 때
[code]sudo fuser -k 80/tcp[/code] 를 사용하면 된다.
2kat님의 댓글
2kat 아이피 (220.♡.000.000) 작성일?