From 9c5c508fd90cdd18cb6241df2639a57e53bb330a Mon Sep 17 00:00:00 2001 From: Martin Richtarsky Date: Wed, 12 Jun 2024 07:46:48 +0000 Subject: [PATCH] Clarify PAPERLESS_STATIC_URL mechanism --- docs/configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index f4c271ce1..9ed38311c 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -399,7 +399,9 @@ If you do change it, be sure to include the trailing slash. When hosting paperless behind a reverse proxy like Traefik or Nginx at a subpath e.g. example.com/paperlessngx you will also need to set - `PAPERLESS_FORCE_SCRIPT_NAME` (see above). + `PAPERLESS_FORCE_SCRIPT_NAME` (see above). Normally it is sufficient + to set that, `PAPERLESS_STATIC_URL` is based on it and the default is + fine then. #### [`PAPERLESS_AUTO_LOGIN_USERNAME=`](#PAPERLESS_AUTO_LOGIN_USERNAME) {#PAPERLESS_AUTO_LOGIN_USERNAME}