Skip to content

Commit 09aa2d5

Browse files
committed
docs: Clarify usage of base_url option
1 parent 62f6135 commit 09aa2d5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/content/docs/administration/options.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,12 @@ Number of days since the item has been last seen after which it can be deleted.
8888
### `base_url`
8989
<div class="config-option">
9090

91-
base URL of the selfoss page; use this option if you use a ssl proxy which changes the `$_SERVER` globals, most notably the URL path in which the app is installed.
91+
base URL of the selfoss page. Can be absolute URL or absolute path.
92+
93+
Use this option if you use some kind of proxy and routing does not work:
94+
95+
- Set this option to an absolute URL if you use a ssl proxy which changes the `$_SERVER` globals, most notably the URL path in which the app is installed.
96+
- Set this option to an absolute path if you use a reverse proxy and want to map selfoss into a subdirectory.
9297
</div>
9398

9499
### `username`

0 commit comments

Comments
 (0)