Execute the service nginx start or restart command and the following error occurs.
[root@localhost ~]# service nginx restart
Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xe" for details.
Inexplicably, this error occurred. I didn't find any information about the logs. After that, I stopped the process of nginx and then run the service nginx start. Again, the reason for the error is still unclear.
View the nginx process command
ps -ef | grep nginx
pkill -9 nginx
Original address: