Fix regression that broke use_secure_urls feature (#9052)

This commit is contained in:
Aleksander Machniak
2023-07-09 11:23:44 +02:00
parent c5022b9e52
commit d2e8a889c4
4 changed files with 10 additions and 2 deletions

View File

@@ -815,6 +815,7 @@ $config['no_save_sent_messages'] = false;
// Warning: This requires http server configuration. Sample:
// RewriteRule ^/roundcubemail/[a-zA-Z0-9]{16}/(.*) /roundcubemail/$1 [PT]
// Alias /roundcubemail /var/www/roundcubemail/
// Warning: This feature does NOT work with request_path = 'SCRIPT_NAME'
// Note: Use assets_path to not prevent the browser from caching assets
$config['use_secure_urls'] = false;