mirror of
https://github.com/myvesta/vesta
synced 2025-08-11 00:57:41 -07:00
Update main.inc.php
This commit is contained in:
parent
97d3fc3be2
commit
9224872c5c
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ $rcmail_config['message_cache_lifetime'] = '10d';
|
|||
// enforce connections over https
|
||||
// with this option enabled, all non-secure connections will be redirected.
|
||||
// set the port for the ssl connection as value of this option if it differs from the default 443
|
||||
$rcmail_config['force_https'] = false;
|
||||
$rcmail_config['force_https'] = true;
|
||||
|
||||
// tell PHP that it should work as under secure connection
|
||||
// even if it doesn't recognize it as secure ($_SERVER['HTTPS'] is not set)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue