jazzband / django-downloadview

Serve files with Django.
https://django-downloadview.readthedocs.io
Other
380 stars 58 forks source link

Tip around nginx's proxy_hide_header for Content-Disposition #86

Open benoitbryon opened 10 years ago

benoitbryon commented 10 years ago

See http://wiki.nginx.org/HttpProxyModule#proxy_hide_header Option proxy_hide_header Content-Disposition; can be useful to make sure the client receives the basename provided by Django and not the one provided by the proxied storage.