Unable to start nginx /1.12.1 on Ubuntu 16.04
While starting nginx 1.12.1 on Ubuntu 16.04 I am getting the following exception
Job for nginx.service failed because the control process exited with error code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
1 Answer
8 years ago by Divya
Please check your configurations with the following command
sudo nginx -t
This will help you debugging your problem.
8 years ago by Karthik Divi