summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-04-26 20:56:53 +0300
committerAndrew Dolgov <[email protected]>2019-04-26 20:56:53 +0300
commit4f306e61b4ef4223715f4031104220252d65e854 (patch)
tree5a2592f98a89767abf637489121e949bacd7a5f3 /config.php-dist
parent4a21642f0780586819b92f61075afba578f4575e (diff)
update description of SELF_URL_PATH
Diffstat (limited to 'config.php-dist')
-rwxr-xr-xconfig.php-dist12
1 files changed, 7 insertions, 5 deletions
diff --git a/config.php-dist b/config.php-dist
index da9237ff6..244390b98 100755
--- a/config.php-dist
+++ b/config.php-dist
@@ -18,11 +18,13 @@
// *** Basic settings (important!) ***
// ***********************************
- define('SELF_URL_PATH', 'http://example.org/tt-rss/');
- // Full URL of your tt-rss installation. This should be set to the
- // location of tt-rss directory, e.g. http://example.org/tt-rss/
- // You need to set this option correctly otherwise several features
- // including PUSH, bookmarklets and browser integration will not work properly.
+ define('SELF_URL_PATH', 'https://example.org/tt-rss/');
+ // This should be set to a fully qualified URL used to access
+ // your tt-rss instance over the net.
+ // The value should be a constant string literal. Please don't use
+ // PHP server variables here - you might introduce security
+ // issues on your install and cause hard to debug problems.
+ // If your tt-rss instance is behind a reverse proxy, use the external URL.
define('SINGLE_USER_MODE', false);
// Operate in single user mode, disables all functionality related to