Proxy a Flask app running on gunicorn to a subpath in nginx Proxy a Flask app running on gunicorn to a subpath in nginx flask flask

Proxy a Flask app running on gunicorn to a subpath in nginx


I solved my problem: The snippet http://flask.pocoo.org/snippets/35/ does work, I was so stupid to have absolute URLs in my templates. I changed that to url_for() and now it works like charm.