Can't start nginx service

i am new in erpnext as well frappé framework. i have install nginx server, but when i start nginx service it give below error:
…ERROR…
[erpnext@localhost erp]$ service nginx start

Redirecting to /bin/systemctl start nginx.service
Job for nginx.service failed because the control process exited with error code. See “systemctl status nginx.service” and “journalctl -xe” for details.

please help me…

Without any additional information is difficult for us to help you.

As the error says, you can see:

systemctl status nginx.service

and

journalctl -xe

paste here what you get, and hopefully, we can figure out.

Regards

thanks Federico,

i got solution and it solved… what i have done is, i stop the nginx and restart computer. again i start nginx, it work fine…