From 9b0fac3a8bbbe44a4fdbe9d0a375ae32f065ea53 Mon Sep 17 00:00:00 2001 From: maxDorninger <97409287+maxDorninger@users.noreply.github.com> Date: Sat, 29 Nov 2025 15:52:29 +0100 Subject: [PATCH] improve format of documentation --- Writerside/topics/configuration-backend.md | 4 +++- Writerside/topics/url-prefix.md | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Writerside/topics/configuration-backend.md b/Writerside/topics/configuration-backend.md index d941bd5..49fdc3a 100644 --- a/Writerside/topics/configuration-backend.md +++ b/Writerside/topics/configuration-backend.md @@ -12,7 +12,9 @@ path is `http://localhost:8000/web/`. Make sure to change this to the URL you will use to access the application in your browser. -Note that this doesn't affect where the server binds, nor does it affect the base URL prefix. See the page on `BASE_PATH` for information on how to configure a prefix. + + Note that this doesn't affect where the server binds, nor does it affect the base URL prefix. See the page on BASE_PATH for information on how to configure a prefix. + - `cors_urls` diff --git a/Writerside/topics/url-prefix.md b/Writerside/topics/url-prefix.md index 537fb3e..14aaccf 100644 --- a/Writerside/topics/url-prefix.md +++ b/Writerside/topics/url-prefix.md @@ -27,4 +27,8 @@ services: ... ``` + + Make sure to include the base path in the frontend_url field in the config file. For more information see the page on frontend_url. + + Finally, ensure that whatever reverse proxy you're using leaves the incoming path unchanged; that is, you should not strip the `/media` from `/media/web/`.