This commit is contained in:
Aleksander Machniak
2023-01-08 11:43:04 +01:00
parent 2d00d18e6c
commit c32b37d34d

View File

@@ -824,7 +824,7 @@ $config['use_secure_urls'] = false;
// The reverse proxy config can specify a custom header (e.g. X-Forwarded-Path) containing
// the path under which Roundcube is exposed to the outside world (e.g. /rcube/).
// This header value is then available in PHP with $_SERVER['HTTP_X_FORWARDED_PATH'].
// By default the path comes from 'REQUEST_URI', 'REDIRECT_SCRIPT_URL' or 'SRIPT_NAME',
// By default the path comes from 'REQUEST_URI', 'REDIRECT_SCRIPT_URL' or 'SCRIPT_NAME',
// whichever is set (in this order).
$config['request_path'] = null;