Question
Apache default page if I use domain instead of ip
I have a Flask web app running on my droplet. But after I added a domain to my droplet, when I goes to my website using the domain, the apache default page shows up. If i use the IP, everything is correct (my app homepage shows up). So my app is in another folder under /var/www instead of the /var/www/html. Is there anyway to fix this thing?
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.
×