Merge pull request #178 from johnthagen/nginx-docs

Replace mention of deprecated NGINX_DOWNLOAD_MIDDLEWARE_SOURCE_DIR
This commit is contained in:
Rémy HUBSCHER 2021-04-10 18:52:44 +02:00 committed by GitHub
commit 465123b6e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.