+++ date = '2025-06-01T08:48:12-07:00' draft = false title = 'Flask_startup' summary = "How I configure my Flask websites." +++
Flask Configuration
Linux Apache Webserver Directory Paths
| Directory | Notes |
|---|---|
| /var/www/site_directory/ | |
| flaskapp/ | this is the git root on development computers |
| server.wsgi | |
| flaskapp.py | |
| static/ | |
| templates/ | |
| site/ | this is where to store data used by the site that you don't want directly served by Apache |