Fix typo in config.sample.php

Signed-off-by: Marius Blüm <marius@lineone.io>
This commit is contained in:
Marius Blüm 2018-09-04 11:18:10 +02:00 committed by Morris Jobke
parent 48b48fad16
commit f5851cda80
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 1 additions and 1 deletions

View File

@ -1506,7 +1506,7 @@ $CONFIG = array(
* If set incorrectly, a client can spoof their IP address as visible to * If set incorrectly, a client can spoof their IP address as visible to
* Nextcloud, bypassing access controls and making logs useless! * 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'), 'forwarded_for_headers' => array('HTTP_X_FORWARDED', 'HTTP_FORWARDED_FOR'),