0

I have a Django project deployed to a ubuntu server from digital ocean, using Apache as the web server and mod_wsgi, a custom domain name from Namecheap, and an SSL certificate. It has everything needed to be a solid website. But I also have a flask app deployed on an EC2 instance from AWS, besides changing the name servers on NameCheap to point to my EC2 instance, what else should I do for my domain to point to my Flask app instead of my Django app? Is it just as simple as removing the domain name from ALLOWED_HOST in Django settings.py? or is this more complex now that I have an SSL certificate? I hope it's not a meaningless question.

David 04
  • 37
  • 5

0 Answers0