Hi Jarland,
Thank you very much. You are a lifesaver. It worked.
I used these two commands:
systemctl stop apache2
systemctl start nginx
It gave this message “nginx failed to start…” but it fixed the problem so the site is back up.
For anyone (who like me doesn’t know much about managing servers or where to even enter the commands Jarland gave) in the future facing the same issue, here’s what you do:
Login to your DigitalOcean account.
Click on the droplet you are having the problem with.
Click “access” from the left menu.
HWne the black screen opens up, enter - copy then past (ctrl + v) - these two commands:
systemctl stop apache2
systemctl start nginx
Hit “enter” after pasting each command.
This should (hopefully) solve the problem. It did for me.
Jarland, once again, thank you very much for taking the time out of your busy day to help a stranger out. I really appreciate it. You saved me hours of stress. Thank you.