Hi, I was doing a droplet resize from one my droplets but it seems to affect the websites that are within that droplet. I have check the droplet at all content are still there but when I looked at it in a browser it only shows the “Apache2 Ubuntu Default Page”.
What could be the problem?
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.
Thanks @KDSys.
This link solved the problem for me.
That issue was that my NGINX server did not start because the port was in conflict with another Apache service that is running.
Hi @wtreyes,
It seems like the issue is something in your Apache Configuration files. You’ll need to make sure the vhosts are properly configured. Maybe there was an issue even before the reboot but you hadn’t restarted Apache for the changes to take effect.
Here are a couple of pointers which you can look at :
If you are unsure how to check any of the above, I’ll recommend checking these DigitalOcean tutorials - https://www.digitalocean.com/community/tutorial_collections/how-to-set-up-apache-virtual-hosts
Regards, KDSys