generate documentation from config.sample.php

This commit is contained in:
Morris Jobke
2015-08-12 12:18:58 +02:00
parent 3d1a9beba6
commit b61771ef3b

View File

@@ -1175,7 +1175,13 @@ List of trusted proxy servers
'forwarded_for_headers' => array('HTTP_X_FORWARDED', 'HTTP_FORWARDED_FOR'),
Headers that should be trusted as client IP address in combination with
`trusted_proxies`
`trusted_proxies`. If the HTTP header looks like 'X-Forwarded-For', then use
'HTTP_X_FORWARDED_FOR' here.
If set incorrectly, a client can spoof their IP address as visible to
ownCloud, bypassing access controls and making logs useless!
Defaults to 'HTTP_X_FORWARED_FOR' if unset
::