Python Snap with Flask and Gunicorn

Best reply by Lilla

After reading carefully the documentation about the reverse proxy, I realized that I was using the incorrect route in Flask. I had @app.route('/'). After changing to @app.route('/python-webserver'), it worked. Thanks a lot for your support. 

View original
8 replies