mirror of
https://github.com/friendica/friendica
synced 2024-11-13 13:43:45 +01:00
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
|
||||
* Beware: This list is ordered
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue