From 31e4a0a88bd2fa44f3bcf3c1912c04b30fa8f583 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 2 Jan 2023 08:47:44 -0800 Subject: [PATCH] Add note that PAPERLESS_URL cant contain a path --- docs/configuration.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 7e47f2178..0b92538a1 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -217,6 +217,11 @@ not include a trailing slash. E.g. 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=` : A list of trusted origins for unsafe requests (e.g. POST). As of