From 4f306e61b4ef4223715f4031104220252d65e854 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 26 Apr 2019 20:56:53 +0300 Subject: update description of SELF_URL_PATH --- config.php-dist | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'config.php-dist') 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 -- cgit v1.2.3