]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Add note that PAPERLESS_URL cant contain a path 2319/head
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Mon, 2 Jan 2023 16:47:44 +0000 (08:47 -0800)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Mon, 2 Jan 2023 16:49:15 +0000 (08:49 -0800)
docs/configuration.md

index 7e47f21783159944728fe9e673beba5f68d091cb..0b92538a1eb6f28f1666c3d54208c85ec50574db 100644 (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