You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ As with the mod_wsgi backend you need to set two extra settings:
114
114
* `SENDFILE_ROOT` - this is a directoy where all files that will be used with sendfile must be located
115
115
* `SENDFILE_URL` - internal URL prefix for all files served via sendfile
116
116
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/>`_.
0 commit comments