By canada
I reset my root password from my control panel in Digital Ocean and it restarted the server. After I reset the password and chose new password from logging into the console, my site is down. It is no longer working if I visit my domain name and my IP address.
I’m hosting my site on DO but letting Forge (forge.laravel.com) manage my site. I can access my database, access SSH and access file system just fine from terminal and Sequel Pro.
Please help.
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!
My first suggestion would be just to restart the nginx service with:
sudo service nginx restart
Since you are managing the server through forge I would hesitate to suggest other changes but when using a standard Ubuntu version of nginx it should start by default on boot. If this were disabled it could then be re-enabled with:
systemctl enable nginx.service
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.