My Flask app is using flask-admin, and all the static content (css, etc) was being sent as empty files. See the image
Turns out, it was because of the USE_X_SENDFILE = True I had in my configuration. I know nginx handles x-sendfile a little differently, but don't know if this is normal or some type of configuration error.