Move documentation :-)

This commit is contained in:
Philipp Holzer 2022-06-23 23:23:36 +02:00
parent 5bf5b5e6c9
commit 2dc38e5632
Signed by: nupplaPhil
GPG Key ID: 24A7501396EB5432
2 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,6 @@ class Request
{
/**
* A comma separated list of default headers that could contain the client IP in a proxy request
* Beware: This list is ordered
*
* @var string
*/

View File

@ -635,6 +635,7 @@ return [
'proxy' => [
// forwarded_for_headers (String)
// A comma separated list of all allowed header values to retrieve the real client IP
// Beware: This list is ordered
'forwarded_for_headers' => 'HTTP_X_FORWARDED_FOR',
// trusted_proxies (String)