Unable to start nginx

Unable to start nginx from Hestia. I had also rebooted the server to no avail

As root, check the status of nginx and check also if there are any error in conf files:

nginx -t
systemctl status nginx --no-pager -l

I have this error

nginx -t

nginx: [emerg] open() “/etc/nginx/conf.d/domains/domain.com.conf” failed (2: No such file or directory) in /etc/nginx/nginx.conf:130

OK. I can restart Nginx after deleting domain.com.conf

Thanks

1 Like