Skip to content

Commit

Permalink
Merge pull request johnsensible#59 from flyte/patch-1
Browse files Browse the repository at this point in the history
Fix nginx documentation URL
  • Loading branch information
johnsensible authored Jan 12, 2017
2 parents 7a000e0 + 4b1ef74 commit b99f963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ 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
* `SENDFILE_URL` - internal URL prefix for all files served via sendfile

You then need to configure nginx to only allow internal access to the files you wish to serve. More details on this are here http://wiki.nginx.org/XSendfile
You then need to configure nginx to only allow internal access to the files you wish to serve. More details on this `are here <https://www.nginx.com/resources/wiki/start/topics/examples/xsendfile/>`_.

For example though, if I use the django settings:

Expand Down

0 comments on commit b99f963

Please sign in to comment.