I have a flaskapp, deployed using nginx as proxy server and gunicorn. I have several routes defined in the Flask python script, except they aren't accessible.
When using development server, however, they work just fine.
All routes except the base url ("/") return 404 nginx page, so I'm assuming there's something with nginx, but I found nothing that could help me with it.
How to configure nginx to accept these routes and use the one defined in flaskApp?