Skip to content

Commit b99f963

Browse files
authored
Merge pull request johnsensible#59 from flyte/patch-1
Fix nginx documentation URL
2 parents 7a000e0 + 4b1ef74 commit b99f963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ As with the mod_wsgi backend you need to set two extra settings:
114114
* `SENDFILE_ROOT` - this is a directoy where all files that will be used with sendfile must be located
115115
* `SENDFILE_URL` - internal URL prefix for all files served via sendfile
116116

117-
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
117+
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/>`_.
118118

119119
For example though, if I use the django settings:
120120

0 commit comments

Comments
 (0)