I have deployed a website on Webfaction using Flask app for the site's main functionality and an AWStats app for analysis. The path for this AWStats app is /stats
, but if I try to access my stats, Flask takes over and renders a 404-error page.
How do I exclude this /stats
-path?