improve format of documentation

This commit is contained in:
maxDorninger
2025-11-29 15:52:29 +01:00
parent af13c0eb59
commit 9b0fac3a8b
2 changed files with 7 additions and 1 deletions

View File

@@ -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 <a href="url-prefix.md"`>`BASE_PATH`</a> for information on how to configure a prefix.
<tip>
Note that this doesn't affect where the server binds, nor does it affect the base URL prefix. See the page on <a href="url-prefix.md"><code>BASE_PATH</code></a> for information on how to configure a prefix.
</tip>
- `cors_urls`

View File

@@ -27,4 +27,8 @@ services:
...
```
<note>
Make sure to include the base path in the frontend_url field in the config file. For more information see the page on <a href="configuration-backend.md"><code>frontend_url</code></a>.
</note>
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/`.