Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,11 @@ All files are stored in a folder called 'private'. We forbid access to this fol
Alledgedly `IS_SUBREQ` can be used to `perform the same job <http://www.mail-archive.com/[email protected]/msg96718.html>`_, but I was unable to get this working.


Nginx backend
Nginx (>=1.5.9) backend
=============

Please note that as of sendfile 0.3.11 this module only works with nginx versions >= 1.5.9, due to adding support for unicode file paths. For discussion see `#45 <https://github.com/johnsensible/django-sendfile/issues/45>`_ and `#56 <https://github.com/johnsensible/django-sendfile/pull/56>`_

As with the mod_wsgi backend you need to set two extra settings:

* `SENDFILE_ROOT` - this is a directoy where all files that will be used with sendfile must be located
Expand Down