Skip to content

Commit

Permalink
fix uwsgi file streaming for share source icons
Browse files Browse the repository at this point in the history
  • Loading branch information
icereval committed Feb 19, 2018
1 parent 00bbe8f commit 153b353
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions share/files/uwsgi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ show-config = true
# greenlet settings
gevent = 500
gevent-early-monkey-patch = true

# Workaround: django.http.FileResponse streaming file response does not work w/ uWSGI.
# see: https://github.com/unbit/uwsgi/issues/1126#issuecomment-166687767
wsgi-disable-file-wrapper = true

0 comments on commit 153b353

Please sign in to comment.