Skip to content

Commit 116bd2f

Browse files
committed
docs: Clarify usage of base_url option
1 parent 2a2219b commit 116bd2f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/content/docs/administration/options.md

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

101-
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.
101+
base URL of the selfoss page. Can be absolute URL or absolute path.
102+
103+
Use this option if you use some kind of proxy and routing does not work:
104+
105+
- 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.
106+
- Set this option to an absolute path if you use a reverse proxy and want to map selfoss into a subdirectory.
102107
</div>
103108

104109
### `username`

0 commit comments

Comments
 (0)