From a63fa4f70b50eee8d0c5dd5b3c8a8b3e4f20149d Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 5 Oct 2015 10:21:42 +0200 Subject: [PATCH] generate documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 9427333e8..0c78bfa45 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1264,6 +1264,9 @@ lose this string there will be data corruption. List of trusted proxy servers +If you configure these also consider setting `forwarded_for_headers` which +otherwise defaults to `HTTP_X_FORWARDED_FOR` (the `X-Forwarded-For` header). + :: 'forwarded_for_headers' => array('HTTP_X_FORWARDED', 'HTTP_FORWARDED_FOR'),