update description of SELF_URL_PATH
This commit is contained in:
parent
4a21642f07
commit
4f306e61b4
|
@ -18,11 +18,13 @@
|
||||||
// *** Basic settings (important!) ***
|
// *** Basic settings (important!) ***
|
||||||
// ***********************************
|
// ***********************************
|
||||||
|
|
||||||
define('SELF_URL_PATH', 'http://example.org/tt-rss/');
|
define('SELF_URL_PATH', 'https://example.org/tt-rss/');
|
||||||
// Full URL of your tt-rss installation. This should be set to the
|
// This should be set to a fully qualified URL used to access
|
||||||
// location of tt-rss directory, e.g. http://example.org/tt-rss/
|
// your tt-rss instance over the net.
|
||||||
// You need to set this option correctly otherwise several features
|
// The value should be a constant string literal. Please don't use
|
||||||
// including PUSH, bookmarklets and browser integration will not work properly.
|
// 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);
|
define('SINGLE_USER_MODE', false);
|
||||||
// Operate in single user mode, disables all functionality related to
|
// Operate in single user mode, disables all functionality related to
|
||||||
|
|
Loading…
Reference in New Issue