diff options
author | thomascube <thomas@roundcube.net> | 2012-03-05 17:29:46 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-03-05 17:29:46 +0000 |
commit | 377bc60482628954bcd7bcaca7682ecd9594089c (patch) | |
tree | c422ac9d4aa13d1b07b3a7536c2797c6d3f28123 | |
parent | 8eae72a53cf4e359643a75c03d4317bd9afbac77 (diff) |
Add a note that 'use_https' and 'force_https' are mutually exclusive
-rw-r--r-- | config/main.inc.php.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 27e36c19d..1d3a78af7 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -195,6 +195,7 @@ $rcmail_config['force_https'] = false; // tell PHP that it should work as under secure connection // even if it doesn't recognize it as secure ($_SERVER['HTTPS'] is not set) // e.g. when you're running Roundcube behind a https proxy +// this option is mutually exclusive to 'force_https' and only either one of them should be set to true. $rcmail_config['use_https'] = false; // Allow browser-autocompletion on login form. |