Move documentation :-)
This commit is contained in:
parent
5bf5b5e6c9
commit
2dc38e5632
|
@ -34,7 +34,6 @@ class Request
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* A comma separated list of default headers that could contain the client IP in a proxy 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
|
* @var string
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -635,6 +635,7 @@ return [
|
||||||
'proxy' => [
|
'proxy' => [
|
||||||
// forwarded_for_headers (String)
|
// forwarded_for_headers (String)
|
||||||
// A comma separated list of all allowed header values to retrieve the real client IP
|
// 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',
|
'forwarded_for_headers' => 'HTTP_X_FORWARDED_FOR',
|
||||||
|
|
||||||
// trusted_proxies (String)
|
// trusted_proxies (String)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user