By whitecatgsd
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?
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’d need to modify your Apache VirtualHost block to define the base directory of your application. When you hit Port 80 or 443 (HTTP or HTTPS), Apache will redirect to whatever directories that have been specified in the configuration.
You should be able to find that file in:
/etc/apache2/sites-available/
Once modified, you’d simply need to restart Apache and that will make the changes take effect.
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.