Merge pull request #2319 from paperless-ngx/fix-2314

[Documentation] Add note that PAPERLESS_URL cant contain a path
This commit is contained in:
shamoon 2023-01-02 15:35:41 -08:00 committed by GitHub
commit 0d87e529f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,6 +217,11 @@ not include a trailing slash. E.g. <https://paperless.domain.com>
Defaults to empty string, leaving the other settings unaffected.
!!! note
This value cannot contain a path (e.g. domain.com/path), even if
you are installing paperless-ngx at a subpath.
`PAPERLESS_CSRF_TRUSTED_ORIGINS=<comma-separated-list>`
: A list of trusted origins for unsafe requests (e.g. POST). As of