Replace mention of deprecated NGINX_DOWNLOAD_MIDDLEWARE_SOURCE_DIR

This commit is contained in:
johnthagen 2021-02-02 10:10:59 -05:00
parent 563b2a4f7b
commit 9c01be6cc8

View file

@ -183,7 +183,7 @@ Add ``charset utf-8;`` in your nginx configuration file.
``open() "path/to/something" failed (2: No such file or directory)``
====================================================================
Check your ``settings.NGINX_DOWNLOAD_MIDDLEWARE_MEDIA_ROOT`` in Django
Check your ``settings.NGINX_DOWNLOAD_MIDDLEWARE_SOURCE_DIR`` in Django
configuration VS ``alias`` in nginx configuration: in a standard configuration,
they should be equal.