On 11 November 2014 15:34, Rui Pacheco <[email protected]> wrote: > 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?
post your nginx (if you use it) and uwsgi config files, also the full log output of uwsgi. -- damjan _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
