I power off droplet and take a snapshot. Then I power on my droplet but my site can not access.
Can anyone help me?
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.
Maybe a little later, but my problem was the same. And i did everything (edit every conf file)…and nothing…after about 2 days of research i found the solution and was so simple that make me look as a fool…here it is:
and thats it…all works perfect again!
This comment has been deleted
Maybe you webserver Apache/Nginx/whatever is not configured to start on boot, check the service is up ie:
service apache status (check for service startup script for your current webserver).
Have you attempted to log into your droplet via ssh or the web console in the control panel to investigate? If so, did you find anything reflected in your log files to indicate a problem?