1
0
Fork 0
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:
dpeca 2020-02-04 11:24:59 +01:00 committed by GitHub
commit 9224872c5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)