Add required PAPERLESS_URL to nginx proxy docs

This commit is contained in:
Quinn Casey 2022-04-12 15:06:32 -07:00
parent 813335f8eb
commit 2221b425ad
2 changed files with 4 additions and 0 deletions

View File

@ -130,6 +130,8 @@ PAPERLESS_LOGROTATE_MAX_BACKUPS=<num>
Defaults to 20.
.. _hosting-and-security:
Hosting & Security
##################

View File

@ -784,4 +784,6 @@ the following configuration is required for paperless to operate:
}
}
The ``PAPERLESS_URL`` configuration variable is also required when using a reverse proxy. Please refer to the :ref:`hosting-and-security` docs.
Also read `this <https://channels.readthedocs.io/en/stable/deploying.html#nginx-supervisor-ubuntu>`__, towards the end of the section.