]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Add required PAPERLESS_URL to nginx proxy docs 715/head
authorQuinn Casey <quinn@quinncasey.com>
Tue, 12 Apr 2022 22:06:32 +0000 (15:06 -0700)
committerQuinn Casey <quinn@quinncasey.com>
Tue, 12 Apr 2022 22:06:32 +0000 (15:06 -0700)
docs/configuration.rst
docs/setup.rst

index c1f27c5d4768383cfae44fce4da1cee9a1803f80..1177487343dc1f12d26cf788d7303bce86d1e99a 100644 (file)
@@ -130,6 +130,8 @@ PAPERLESS_LOGROTATE_MAX_BACKUPS=<num>
 
     Defaults to 20.
 
+.. _hosting-and-security:
+
 Hosting & Security
 ##################
 
index 72d18c78573b5ac3c1cb564bc4e5944127035eb6..f72299d5864a5130fa8e22c3386c5be8266dff57 100644 (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.