Fix typo in config.sample.php
Signed-off-by: Marius Blüm <marius@lineone.io>
This commit is contained in:
parent
bcdd5d7b4c
commit
182636b809
1 changed files with 1 additions and 1 deletions
|
@ -1506,7 +1506,7 @@ $CONFIG = array(
|
|||
* If set incorrectly, a client can spoof their IP address as visible to
|
||||
* Nextcloud, bypassing access controls and making logs useless!
|
||||
*
|
||||
* Defaults to ``'HTTP_X_FORWARED_FOR'``
|
||||
* Defaults to ``'HTTP_X_FORWARDED_FOR'``
|
||||
*/
|
||||
'forwarded_for_headers' => array('HTTP_X_FORWARDED', 'HTTP_FORWARDED_FOR'),
|
||||
|
||||
|
|
Loading…
Reference in a new issue