Report this

What is the reason for this report?

Error installing NGINX on Ubuntu

Posted on November 12, 2017

Hello, I’m trying to follow this guide https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-16-04 but am running into an error at Step 3. When I type in “systemctl status nginx” I get the following:

Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: en Active: failed (Result: exit-code) since Sun 2017-11-12 19:33:10 UTC; 1min 29

Any ideas why this may be happening?



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.

Run the following command to test the Nginx config and see if there’s anything wrong with it:

sudo nginx -t

You can also view the service logs—they should contain any errors that Nginx outputted when it failed to start:

sudo journalctl -u nginx.service

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.