From: Quinn Casey Date: Tue, 12 Apr 2022 22:06:32 +0000 (-0700) Subject: Add required PAPERLESS_URL to nginx proxy docs X-Git-Tag: ngx-1.7.0~1^2~16^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F715%2Fhead;p=thirdparty%2Fpaperless-ngx.git Add required PAPERLESS_URL to nginx proxy docs --- diff --git a/docs/configuration.rst b/docs/configuration.rst index c1f27c5d47..1177487343 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -130,6 +130,8 @@ PAPERLESS_LOGROTATE_MAX_BACKUPS= Defaults to 20. +.. _hosting-and-security: + Hosting & Security ################## diff --git a/docs/setup.rst b/docs/setup.rst index 72d18c7857..f72299d586 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -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 `__, towards the end of the section.