I have a Flask app running behind uwsgi 2.0.8. Startup logs seem to be ok except for a problem: whenever I hit a URI on my app I always get a 404. I can see in the uwsgi logs that 0 bytes were returned and on the nginx logs that the URI was not found. To confuse things further, this happens in my test server but not my production server.
What’s the best way to debug this? _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
