Changeset 4403 in subversion


Ignore:
Timestamp:
Jan 12, 2011 3:13:40 AM (2 years ago)
Author:
alec
Message:
  • Add description of 'use_https' option in main.inc.php.dist file
Location:
trunk/roundcubemail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/CHANGELOG

    r4401 r4403  
    1212- Fix handling of INBOX when personal namespace prefix is non-empty (#1487657) 
    1313- Fix handling square brackets in links (#1487672) 
     14- Add description of 'use_https' option in main.inc.php.dist file 
    1415 
    1516RELEASE 0.5-RC 
  • trunk/roundcubemail/config/main.inc.php.dist

    r4344 r4403  
    181181// set the port for the ssl connection as value of this option if it differs from the default 443 
    182182$rcmail_config['force_https'] = false; 
     183 
     184// tell PHP that it should work as under secure connection 
     185// even if it doesn't recognize it as secure ($_SERVER['HTTPS'] is not set) 
     186// e.g. when you're running Roundcube behind a https proxy 
     187$rcmail_config['use_https'] = false; 
    183188 
    184189// Allow browser-autocompletion on login form. 
Note: See TracChangeset for help on using the changeset viewer.