You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/docs/administration/options.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,12 @@ Number of days since the item has been last seen after which it can be deleted.
88
88
### `base_url`
89
89
<divclass="config-option">
90
90
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.
0 commit comments