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/`.