Report this

What is the reason for this report?

How do I connect my flask app running on a droplet to a domain on Godaddy.com ?

Posted on February 17, 2018

I need a step by step guide to connect my flask app running on a droplet to a domain name, which I have bought at Godaddy.com.

Help me.



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!

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.

Hello there!

First step is to point your domain on Godaddy.com to your droplet.

Here is a nice tutorial for that: https://www.digitalocean.com/community/tutorials/how-to-point-to-digitalocean-nameservers-from-common-domain-registrars

Once done that you can just run your Flask app on port 80 and web requests will go right to it.

Best practices state that you should run a webserver that servers up the Flask app for you. This way, if the flask app dies for some reason, you can have fall back page that will be served up by the webserver.

Here are some instructions to configure Nginx to act as your webserver (this will link to your Flask App). https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-uwsgi-and-nginx-on-ubuntu-16-04

Hope that helps!

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.