Fix typo in config.sample.php

Signed-off-by: Marius Blüm <marius@lineone.io>
pull/11047/head
Marius Blüm 6 years ago committed by GitHub
parent bcdd5d7b4c
commit 182636b809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save