Relative Content

Tag Archive for djangonginxuwsgi

Django with nginx & uwsgi: incomplete file response

Hello i have a django app and i recently added nginx & uwsgi on it. I have an endpoint that response with a file (xlsx). Before doing the changes this endpoint worked fine, but after the changes, the endpoint only gave the first 74 characters bytes of my file, causing a corrupted excel error.