Report this

What is the reason for this report?

Nginx not available error

Posted on February 22, 2017
Coco

By Coco

any ideas whats happening?

[root@Yeti wok]# systemctl status nginx.service ● nginx.service - The nginx HTTP and reverse proxy server Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Wed 2017-02-22 15:46:23 EST; 29s ago Process: 19248 ExecStartPre=/usr/sbin/nginx -t (code=exited, status=1/FAILURE) Process: 19242 ExecStartPre=/usr/bin/rm -f /run/nginx.pid (code=exited, status=0/SUCCESS)

Feb 22 15:46:23 Yeti systemd[1]: Starting The nginx HTTP and reverse proxy server… Feb 22 15:46:23 Yeti nginx[19248]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok Feb 22 15:46:23 Yeti nginx[19248]: nginx: [emerg] bind() to 0.0.0.0:8000 failed (13: Permission denied) Feb 22 15:46:23 Yeti nginx[19248]: nginx: configuration file /etc/nginx/nginx.conf test failed Feb 22 15:46:23 Yeti systemd[1]: nginx.service: control process exited, code=exited status=1 Feb 22 15:46:23 Yeti systemd[1]: Failed to start The nginx HTTP and reverse proxy server. Feb 22 15:46:23 Yeti systemd[1]: Unit nginx.service entered failed state. Feb 22 15:46:23 Yeti systemd[1]: nginx.service failed.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

You’re trying to bind to 0.0.0.0:8000 somewhere - either in /etc/nginx/nginx.conf or one of the files in /etc/nginx/sites-enabled/*.conf Look for the listen configurations.

You can try chown for nginx user

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.