I have created a droplet from a snapshot of earlier working droplet(its a django app). When I open up the IP address in the browser it just doesn’t work. I don’t understand whats wrong. Any 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!
You should contact the Support, they are fast and verry helpfull!
It’s not entirely clear from your question, but when you say that you SSH into the server and it still shows your old IP address, do you just mean in this message:
Thank you for using DigitalOcean's Django Application.
We have created a default Django application that can be seen from http://xxx.xxx.xx.xxx/
-------------------------------------------------------------------------------------
You can use the following SFTP credentials to upload your files (using FileZilla/WinSCP/Rsync):
Host: xxx.xxx.xx.xxx
User: django
-------------------------------------------------------------------------------------
Nginx listens on public IP (xxx.xxx.xx.xxx) port 80 and forwards requests to Gunicorn on port 9000
Nginx access log is in /var/log/nginx/access.log and error log is in /var/log/nginx/error.log
Gunicorn is started using an Upstart script located at /etc/init/gunicorn.conf
To restart your Django project, run : sudo service gunicorn restart
If so, that should be a problem. That file is created when you launch a new Django “one-click application.” That is just your initial information. If you create a snapshot, that file is not updated. There is no way for it to know the new IP.
You problem is going to lay somewhere else most likely. Are you seeing any errors in /var/log/nginx/error.log ?
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.