After sudo restart, I can’t open phpMyAdmin page and My web site become “Welcome to nginx!”. Help me, please.
I want to fix it. If no any way to fix that, should I recovery by Images -> Backups -> Droplet backups -> more -> restore droplet. Is this will solve that?
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!
How is your operating system and virtual host configuration? Can you add a screenshot?
Hello, @sittiphansittisak
This is quite odd. I’m happy that you’ve resolved the issue here. I assume Nginx was installed at some point. In order to prevent issues like this one in the future you can make sure that the Nginx service is disabled or you can even remove the Nginx package:
To disable the service:
- sudo service nginx disable
- sudo systemctl disable nginx
To remove:
- sudo apt-get remove nginx nginx-common
- sudo apt-get purge nginx nginx-common
Hope that this helps! Regards, Alex
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.