docs: Clarify discussion of no_serve_uploads.

This commit is contained in:
Tim Abbott 2020-10-27 13:39:06 -07:00
parent a155430eb5
commit 3a4b38d732
1 changed files with 6 additions and 2 deletions

View File

@ -453,8 +453,12 @@ Set to the port number if you [prefer to listen on a port other than
#### `no_serve_uploads` #### `no_serve_uploads`
Set to true to configure `nginx` to enable [the S3 uploads To enable the [the S3 uploads backend][s3-uploads], one needs to both
backend](../production/upload-backends.html#s3-backend-configuration). configure `settings.py` and set this to 'true' to configure
`nginx`. Remove this field to return to the local uploads backend (any
non-empty value is currently equivalent to true).
[s3-uploads]: ../production/upload-backends.html#s3-backend-configuration
#### `uwsgi_buffer_size` #### `uwsgi_buffer_size`