mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-06-11 17:18:31 -04:00
improve format of documentation
This commit is contained in:
@@ -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`
|
||||
|
||||
|
||||
@@ -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/`.
|
||||
|
||||
Reference in New Issue
Block a user