Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nginx X-Accel does not respect response's "attachment" attribute #32

Closed
benoitbryon opened this issue May 6, 2013 · 0 comments
Closed
Assignees
Labels

Comments

@benoitbryon
Copy link
Collaborator

django_downloadview.response.DownloadResponse has some attachment attribute.
Download views have one too.
Without nginx, download views can stream files "inline", not as attachment.
But XAccelRedirectResponse does not take care of it and nginx always streams files as attachments.

@ghost ghost assigned benoitbryon May 6, 2013
benoitbryon added a commit to peopledoc/django-downloadview that referenced this issue May 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant