nginx is down after update

king_ahwaz

Verified User
Joined
Dec 25, 2018
Messages
6
Hi guys
after updating nginx from directadmin control panel i keep getting this error:
The service 'nginx' on server server.domain.com is currently down
how i should resolve the problem?

Thanks
 
What is your OS?
assuming centos 7
Did you try this?

Code:
cd /usr/local/directadmin/custombuild
./build clean
./build update
./build nginx
./build rewrite_confs

have you run? lately.

Code:
yum update -y
 
Back
Top